| AbstractErrorUnmarshaller<T> |
|
| JsonErrorUnmarshaller |
Unmarshaller for JSON error responses from AWS services.
|
| JsonUnmarshallerContext |
Used effectively as the API to access the context of performing the
json-related unmarshalling.
|
| JsonUnmarshallerContextImpl |
|
| LegacyErrorUnmarshaller |
Unmarshalls an AWS error response into an SdkServiceException, or
optionally, a subclass of SdkServiceException if this class is extended.
|
| 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> |
|
| PathMarshallers |
|
| SimpleTypeCborUnmarshallers |
|
| SimpleTypeCborUnmarshallers.BigDecimalCborUnmarshaller |
|
| SimpleTypeCborUnmarshallers.BigIntegerCborUnmarshaller |
|
| SimpleTypeCborUnmarshallers.BooleanCborUnmarshaller |
Unmarshaller for Boolean values.
|
| SimpleTypeCborUnmarshallers.ByteBufferCborUnmarshaller |
Unmarshaller for ByteBuffer values.
|
| SimpleTypeCborUnmarshallers.ByteCborUnmarshaller |
Unmarshaller for Byte values.
|
| SimpleTypeCborUnmarshallers.DateCborUnmarshaller |
Unmarshaller for Date values - JSON dates come in as epoch seconds.
|
| SimpleTypeCborUnmarshallers.DoubleCborUnmarshaller |
Unmarshaller for Double values.
|
| SimpleTypeCborUnmarshallers.FloatCborUnmarshaller |
Unmarshaller for Float values.
|
| SimpleTypeCborUnmarshallers.InstantCborUnmarshaller |
|
| SimpleTypeCborUnmarshallers.IntegerCborUnmarshaller |
Unmarshaller for Integer values.
|
| SimpleTypeCborUnmarshallers.LongCborUnmarshaller |
Unmarshaller for Long values.
|
| SimpleTypeCborUnmarshallers.ShortCborUnmarshaller |
Unmarshaller for Short values.
|
| SimpleTypeCborUnmarshallers.StringCborUnmarshaller |
Unmarshaller for String values.
|
| SimpleTypeIonUnmarshallers |
|
| SimpleTypeIonUnmarshallers.BigDecimalIonUnmarshaller |
|
| SimpleTypeIonUnmarshallers.BigIntegerIonUnmarshaller |
|
| SimpleTypeIonUnmarshallers.BooleanIonUnmarshaller |
|
| SimpleTypeIonUnmarshallers.ByteBufferIonUnmarshaller |
|
| SimpleTypeIonUnmarshallers.ByteIonUnmarshaller |
|
| SimpleTypeIonUnmarshallers.DateIonUnmarshaller |
|
| SimpleTypeIonUnmarshallers.DoubleIonUnmarshaller |
|
| SimpleTypeIonUnmarshallers.FloatIonUnmarshaller |
|
| SimpleTypeIonUnmarshallers.IntegerIonUnmarshaller |
|
| SimpleTypeIonUnmarshallers.LongIonUnmarshaller |
|
| SimpleTypeIonUnmarshallers.ShortIonUnmarshaller |
|
| SimpleTypeIonUnmarshallers.StringIonUnmarshaller |
|
| SimpleTypeJsonUnmarshallers |
|
| SimpleTypeJsonUnmarshallers.BigDecimalJsonUnmarshaller |
|
| SimpleTypeJsonUnmarshallers.BigIntegerJsonUnmarshaller |
|
| SimpleTypeJsonUnmarshallers.BooleanJsonUnmarshaller |
Unmarshaller for Boolean values.
|
| SimpleTypeJsonUnmarshallers.ByteBufferJsonUnmarshaller |
Unmarshaller for ByteBuffer 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.ShortJsonUnmarshaller |
Unmarshaller for Short values.
|
| SimpleTypeJsonUnmarshallers.StringJsonUnmarshaller |
Unmarshaller for String values.
|
| SimpleTypeStaxUnmarshallers |
Collection of StAX unmarshallers for simple data types.
|
| SimpleTypeStaxUnmarshallers.BigDecimalUnmarshaller |
|
| SimpleTypeStaxUnmarshallers.BigIntegerUnmarshaller |
|
| SimpleTypeStaxUnmarshallers.BooleanUnmarshaller |
Unmarshaller for Boolean values.
|
| SimpleTypeStaxUnmarshallers.ByteBufferUnmarshaller |
Unmarshaller for ByteBuffer values.
|
| SimpleTypeStaxUnmarshallers.ByteUnmarshaller |
Unmarshaller for Byte values.
|
| SimpleTypeStaxUnmarshallers.CharacterJsonUnmarshaller |
Unmarshaller for Character values.
|
| SimpleTypeStaxUnmarshallers.DoubleUnmarshaller |
Unmarshaller for Double values.
|
| SimpleTypeStaxUnmarshallers.FloatUnmarshaller |
Unmarshaller for Float values.
|
| SimpleTypeStaxUnmarshallers.InstantUnmarshaller |
Unmarshaller for Date values.
|
| SimpleTypeStaxUnmarshallers.IntegerUnmarshaller |
Unmarshaller for Integer values.
|
| SimpleTypeStaxUnmarshallers.LongUnmarshaller |
Unmarshaller for Long values.
|
| SimpleTypeStaxUnmarshallers.ShortJsonUnmarshaller |
Unmarshaller for Short values.
|
| SimpleTypeStaxUnmarshallers.StringUnmarshaller |
Unmarshaller for String values.
|
| StandardErrorUnmarshaller |
Error unmarshaller that knows how to interpret a standard AWS error message
(i.e.
|
| StaxUnmarshallerContext |
Contains the unmarshalling state for the parsing of an XML response.
|
| StreamingRequestMarshaller<T> |
Augments a Marshaller to add contents for a streamed request.
|
| VoidJsonUnmarshaller<T> |
Simple unmarshaller that iterates through the JSON events but always
returns null.
|
| VoidStaxUnmarshaller<T> |
Simple StAX unmarshaller that iterates through the XML events but always
returns null.
|