Interface UnmarshallerRegistryFactory
-
public interface UnmarshallerRegistryFactoryInterface used to create anUnmarshallerRegistryFactorythat 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 JsonUnmarshallerRegistryget()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.
-
-