Interface UnmarshallerRegistryFactory
public interface UnmarshallerRegistryFactory
Interface used to create an
UnmarshallerRegistryFactory
that will unmarshall using the given default formats for each
of the locations in the formats map.-
Method Summary
Modifier and TypeMethodDescriptionget()
Returns a unmarshaller registry that uses the default timestamp formats passed in.
-
Method Details
-
get
JsonUnmarshallerRegistry get()Returns a unmarshaller registry that uses the default timestamp formats passed in.
-