public interface JsonUnmarshallerRegistry
JsonUnmarshaller implementations by location and type.| Modifier and Type | Method and Description |
|---|---|
<T> JsonUnmarshaller<Object> |
getUnmarshaller(MarshallLocation marshallLocation,
MarshallingType<T> marshallingType)
Returns the unmarshaller for the given location and type.
|
<T> JsonUnmarshaller<Object> getUnmarshaller(MarshallLocation marshallLocation, MarshallingType<T> marshallingType)
Copyright © 2026. All rights reserved.