| AbstractErrorUnmarshaller<ExceptionT extends SdkServiceException,T> |
|
| JsonUnmarshallerContext |
Used effectively as the API to access the context of performing the
json-related unmarshalling.
|
| JsonUnmarshallerContextImpl |
|
| ListUnmarshaller<T> |
This unmarshaller assumes that the start array token as already been consumed before getting
control of the context.
|
| MapEntry<K,V> |
Simple implementation of the Map.Entry interface.
|
| MapUnmarshaller<K,V> |
|
| PathMarshaller |
|
| SimpleTypeJsonUnmarshallers |
|
| SimpleTypeJsonUnmarshallers.BigDecimalJsonUnmarshaller |
|
| SimpleTypeJsonUnmarshallers.BigIntegerJsonUnmarshaller |
|
| SimpleTypeJsonUnmarshallers.BooleanJsonUnmarshaller |
Unmarshaller for Boolean values.
|
| SimpleTypeJsonUnmarshallers.ByteJsonUnmarshaller |
Unmarshaller for Byte values.
|
| SimpleTypeJsonUnmarshallers.CharacterJsonUnmarshaller |
Unmarshaller for Character values.
|
| SimpleTypeJsonUnmarshallers.DoubleJsonUnmarshaller |
Unmarshaller for Double values.
|
| SimpleTypeJsonUnmarshallers.FloatJsonUnmarshaller |
Unmarshaller for Float values.
|
| SimpleTypeJsonUnmarshallers.InstantJsonUnmarshaller |
|
| SimpleTypeJsonUnmarshallers.IntegerJsonUnmarshaller |
Unmarshaller for Integer values.
|
| SimpleTypeJsonUnmarshallers.LongJsonUnmarshaller |
Unmarshaller for Long values.
|
| SimpleTypeJsonUnmarshallers.SdkBytesJsonUnmarshaller |
Unmarshaller for ByteBuffer values.
|
| SimpleTypeJsonUnmarshallers.ShortJsonUnmarshaller |
Unmarshaller for Short values.
|
| SimpleTypeJsonUnmarshallers.StringJsonUnmarshaller |
Unmarshaller for String values.
|
| StreamingRequestMarshaller<T> |
Augments a Marshaller to add contents for a streamed request.
|