Uses of Interface
software.amazon.awssdk.protocols.json.internal.unmarshall.JsonUnmarshallerRegistry
-
Packages that use JsonUnmarshallerRegistry Package Description software.amazon.awssdk.protocols.json.internal.unmarshall -
-
Uses of JsonUnmarshallerRegistry in software.amazon.awssdk.protocols.json.internal.unmarshall
Classes in software.amazon.awssdk.protocols.json.internal.unmarshall that implement JsonUnmarshallerRegistry Modifier and Type Class Description classDefaultJsonUnmarshallerRegistryRegistry ofJsonUnmarshallerimplementations by location and type.Methods in software.amazon.awssdk.protocols.json.internal.unmarshall that return JsonUnmarshallerRegistry Modifier and Type Method Description JsonUnmarshallerRegistryUnmarshallerRegistryFactory. get()Returns a unmarshaller registry that uses the default timestamp formats passed in.JsonUnmarshallerRegistryDefaultProtocolUnmarshallDependencies. jsonUnmarshallerRegistry()JsonUnmarshallerRegistryProtocolUnmarshallDependencies. 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 JsonUnmarshallerRegistry Modifier and Type Method Description DefaultProtocolUnmarshallDependencies.BuilderDefaultProtocolUnmarshallDependencies.Builder. jsonUnmarshallerRegistry(JsonUnmarshallerRegistry jsonUnmarshallerRegistry)JsonUnmarshallerContext.BuilderJsonUnmarshallerContext.Builder. unmarshallerRegistry(JsonUnmarshallerRegistry unmarshallerRegistry)
-