public class MarshallerRegistry extends Object
Modifier and Type | Class and Description |
---|---|
static class |
MarshallerRegistry.Builder
Builder for a
MarshallerRegistry . |
Modifier and Type | Method and 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 © 2013 Amazon Web Services, Inc. All Rights Reserved.