public static class QueryMarshallerRegistry.Builder extends AbstractMarshallingRegistry.Builder
| Modifier and Type | Method and Description |
|---|---|
QueryMarshallerRegistry |
build() |
<T> QueryMarshallerRegistry.Builder |
marshaller(MarshallingType<T> marshallingType,
QueryMarshaller<T> marshaller)
Registers a marshaller of the given type.
|
registerpublic <T> QueryMarshallerRegistry.Builder marshaller(MarshallingType<T> marshallingType, QueryMarshaller<T> marshaller)
T - Type of marshaller being registered.marshallingType - Type of marshallermarshaller - Marshaller implementation.public QueryMarshallerRegistry build()
QueryMarshallerRegistry object.Copyright © 2020. All rights reserved.