Interface UnmarshallerRegistryFactory
-
public interface UnmarshallerRegistryFactory
Interface used to create anUnmarshallerRegistryFactory
that will unmarshall using the given default formats for each of the locations in the formats map.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JsonUnmarshallerRegistry
get()
Returns a unmarshaller registry that uses the default timestamp formats passed in.
-
-
-
Method Detail
-
get
JsonUnmarshallerRegistry get()
Returns a unmarshaller registry that uses the default timestamp formats passed in.
-
-