Interface | Description |
---|---|
JsonMarshaller<T> |
Interface to marshall data according to the JSON protocol specification.
|
Class | Description |
---|---|
HeaderMarshaller | |
JsonMarshallerContext |
Dependencies needed by implementations of
JsonMarshaller . |
JsonMarshallerContext.Builder |
Builder for a
JsonMarshallerContext . |
JsonMarshallerRegistry |
Marshaller registry for JSON based protocols.
|
JsonMarshallerRegistry.Builder |
Builder for a
JsonMarshallerRegistry . |
JsonProtocolMarshaller |
Implementation of
ProtocolMarshaller for JSON based services. |
JsonProtocolMarshallerBuilder |
Builder to create an appropriate implementation of
ProtocolMarshaller for JSON based services. |
NullAsEmptyBodyProtocolRequestMarshaller |
AWS services expect an empty body when the payload member is null instead of an explicit JSON null.
|
QueryParamMarshaller | |
SimpleTypeJsonMarshaller | |
SimpleTypePathMarshaller |
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.