Class QueryMarshallerRegistry
java.lang.Object
software.amazon.awssdk.protocols.core.AbstractMarshallingRegistry
software.amazon.awssdk.protocols.query.internal.marshall.QueryMarshallerRegistry
Marshaller registry for the AWS Query protocol.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()<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 Details
-
getMarshaller
-
getMarshaller
-
builder
- Returns:
- Builder instance to construct a
AbstractMarshallingRegistry.
-