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