public final class DefaultJsonUnmarshallerRegistry extends AbstractMarshallingRegistry implements JsonUnmarshallerRegistry
JsonUnmarshaller implementations by location and type.| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultJsonUnmarshallerRegistry.Builder
Builder for a
DefaultJsonUnmarshallerRegistry. |
| Modifier and Type | Method and Description |
|---|---|
static DefaultJsonUnmarshallerRegistry.Builder |
builder() |
<T> JsonUnmarshaller<Object> |
getUnmarshaller(MarshallLocation marshallLocation,
MarshallingType<T> marshallingType)
Returns the unmarshaller for the given location and type.
|
DefaultJsonUnmarshallerRegistry.Builder |
toBuilder()
Returns a builder to modify this registry.
|
get, toMarshallingTypepublic <T> JsonUnmarshaller<Object> getUnmarshaller(MarshallLocation marshallLocation, MarshallingType<T> marshallingType)
JsonUnmarshallerRegistrygetUnmarshaller in interface JsonUnmarshallerRegistrypublic DefaultJsonUnmarshallerRegistry.Builder toBuilder()
public static DefaultJsonUnmarshallerRegistry.Builder builder()
DefaultJsonUnmarshallerRegistry.Copyright © 2026. All rights reserved.