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