Uses of Interface
software.amazon.awssdk.protocols.json.internal.unmarshall.JsonUnmarshallerRegistry
Packages that use JsonUnmarshallerRegistry
-
Uses of JsonUnmarshallerRegistry in software.amazon.awssdk.protocols.json.internal.unmarshall
Classes in software.amazon.awssdk.protocols.json.internal.unmarshall that implement JsonUnmarshallerRegistryModifier and TypeClassDescriptionfinal classRegistry ofJsonUnmarshallerimplementations by location and type.Methods in software.amazon.awssdk.protocols.json.internal.unmarshall that return JsonUnmarshallerRegistryModifier and TypeMethodDescriptionUnmarshallerRegistryFactory.get()Returns a unmarshaller registry that uses the default timestamp formats passed in.DefaultProtocolUnmarshallDependencies.jsonUnmarshallerRegistry()ProtocolUnmarshallDependencies.jsonUnmarshallerRegistry()Used for unmarshalling.static JsonUnmarshallerRegistryJsonProtocolUnmarshaller.timestampFormatRegistryFactory(Map<MarshallLocation, TimestampFormatTrait.Format> formats) Creates the defaultJsonProtocolUnmarshaller, which parsesInstantusing the default formats passed in.Methods in software.amazon.awssdk.protocols.json.internal.unmarshall with parameters of type JsonUnmarshallerRegistryModifier and TypeMethodDescriptionDefaultProtocolUnmarshallDependencies.Builder.jsonUnmarshallerRegistry(JsonUnmarshallerRegistry jsonUnmarshallerRegistry) JsonUnmarshallerContext.Builder.unmarshallerRegistry(JsonUnmarshallerRegistry unmarshallerRegistry)