public final class QueryMarshallerRegistry extends AbstractMarshallingRegistry
Modifier and Type | Class and Description |
---|---|
static class |
QueryMarshallerRegistry.Builder |
Modifier and Type | Method and Description |
---|---|
static QueryMarshallerRegistry.Builder |
builder() |
<T> QueryMarshaller<Object> |
getMarshaller(MarshallingType<T> marshallingType,
Object val) |
<T> QueryMarshaller<Object> |
getMarshaller(T val) |
public <T> QueryMarshaller<Object> getMarshaller(T val)
public <T> QueryMarshaller<Object> getMarshaller(MarshallingType<T> marshallingType, Object val)
public static QueryMarshallerRegistry.Builder builder()
AbstractMarshallingRegistry
.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.