Interface | Description |
---|---|
JsonMarshaller<T> |
Interface to marshall data according to the JSON protocol specification.
|
ValueToStringConverters.ValueToString<T> |
Simple interface to convert a type to a String.
|
Class | Description |
---|---|
HeaderMarshallers | |
JsonMarshallerContext |
Dependencies needed by implemenatations of
JsonMarshaller . |
JsonMarshallerContext.Builder |
Builder for a
JsonMarshallerContext . |
JsonProtocolMarshaller<OrigRequest> |
Implementation of
ProtocolMarshaller for JSON based services. |
MarshallerRegistry | |
MarshallerRegistry.Builder |
Builder for a
MarshallerRegistry . |
NullAsEmptyBodyProtocolRequestMarshaller<OrigRequest> |
AWS services expect an empty body when the payload member is null instead of an explicit JSON null.
|
QueryParamMarshallers | |
SimpleTypeJsonMarshallers | |
SimpleTypePathMarshallers | |
ValueToStringConverters |
Converts various types to Strings.
|
Copyright © 2021. All rights reserved.