Interface ProtocolUnmarshallDependencies
- All Known Implementing Classes:
DefaultProtocolUnmarshallDependencies
public interface ProtocolUnmarshallDependencies
-
Method Summary
Modifier and TypeMethodDescriptionsoftware.amazon.awssdk.thirdparty.jackson.core.JsonFactory
Used to parse JSON using Jackson.Used for unmarshalling.Used for parsing.Used to expose this data through the interface.
-
Method Details
-
jsonUnmarshallerRegistry
JsonUnmarshallerRegistry jsonUnmarshallerRegistry()Used for unmarshalling. This registry is used to lookup an unmarshaller for a given location and marshalling type.- See Also:
-
nodeValueFactory
JsonValueNodeFactory nodeValueFactory()Used for parsing. This factory knows how to convert the state of the parser intoJsonNode
instances that are used during unmarshalling. -
timestampFormats
Map<MarshallLocation,TimestampFormatTrait.Format> timestampFormats()Used to expose this data through the interface. -
jsonFactory
software.amazon.awssdk.thirdparty.jackson.core.JsonFactory jsonFactory()Used to parse JSON using Jackson.
-