Interface JsonUnmarshallerRegistry
- All Known Implementing Classes:
DefaultJsonUnmarshallerRegistry
public interface JsonUnmarshallerRegistry
Registry of
JsonUnmarshaller
implementations by location and type.-
Method Summary
Modifier and TypeMethodDescription<T> JsonUnmarshaller
<Object> getUnmarshaller
(MarshallLocation marshallLocation, MarshallingType<T> marshallingType) Returns the unmarshaller for the given location and type.
-
Method Details
-
getUnmarshaller
<T> JsonUnmarshaller<Object> getUnmarshaller(MarshallLocation marshallLocation, MarshallingType<T> marshallingType) Returns the unmarshaller for the given location and type. Throws an exception if no unmarshaller is found.
-