Class QueryMarshallerRegistry
- java.lang.Object
-
- software.amazon.awssdk.protocols.core.AbstractMarshallingRegistry
-
- software.amazon.awssdk.protocols.query.internal.marshall.QueryMarshallerRegistry
-
public final class QueryMarshallerRegistry extends AbstractMarshallingRegistry
Marshaller registry for the AWS Query protocol.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classQueryMarshallerRegistry.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static QueryMarshallerRegistry.Builderbuilder()<T> QueryMarshaller<Object>getMarshaller(MarshallingType<T> marshallingType, Object val)<T> QueryMarshaller<Object>getMarshaller(T val)-
Methods inherited from class software.amazon.awssdk.protocols.core.AbstractMarshallingRegistry
get, toMarshallingType
-
-
-
-
Method Detail
-
getMarshaller
public <T> QueryMarshaller<Object> getMarshaller(T val)
-
getMarshaller
public <T> QueryMarshaller<Object> getMarshaller(MarshallingType<T> marshallingType, Object val)
-
builder
public static QueryMarshallerRegistry.Builder builder()
- Returns:
- Builder instance to construct a
AbstractMarshallingRegistry.
-
-