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() |
|
getMarshaller(MarshallLocation marshallLocation,
MarshallingType |
|
getMarshaller(MarshallLocation marshallLocation,
T val) |
MarshallerRegistry |
merge(MarshallerRegistry.Builder marshallerRegistryOverrides)
Merge the given overrides with 'this' registry.
|
|
toMarshallingType(T val) |
publicJsonMarshaller getMarshaller(MarshallLocation marshallLocation, T val)
publicJsonMarshaller getMarshaller(MarshallLocation marshallLocation, MarshallingType marshallingType, T val)
publicMarshallingType toMarshallingType(T val)
public MarshallerRegistry merge(MarshallerRegistry.Builder marshallerRegistryOverrides)
marshallerRegistryOverrides
- Override registry.MarshallerRegistry
with marshallers merged.public static MarshallerRegistry.Builder builder()
MarshallerRegistry
.