Interface | Description |
---|---|
Marshaller<T,R> |
Marshaller class.
|
Unmarshaller<T,R> |
Interface for Unmarshaller.
|
Class | Description |
---|---|
AbstractErrorUnmarshaller<T> |
Abstract class for error unmarshaller.
|
JsonErrorUnmarshaller |
Unmarshaller for JSON error responses from AWS services.
|
JsonUnmarshallerContext |
JsonUnmarshallerContext class.
|
LegacyErrorUnmarshaller |
Unmarshalls an AWS error response into an AmazonServiceException, or
optionally, a subclass of AmazonServiceException if this class is extended.
|
ListUnmarshaller<T> |
The ListUnmarshaller class.
|
MapEntry<K,V> |
Simple implementation of the Map.Entry interface.
|
MapUnmarshaller<V> |
MapUnmarshaller class.
|
SimpleTypeJsonUnmarshallers |
SimpleTypeJsonUnmarshallers class.
|
SimpleTypeJsonUnmarshallers.BigDecimalJsonUnmarshaller |
Unmarshaller for Big Decimal values.
|
SimpleTypeJsonUnmarshallers.BigIntegerJsonUnmarshaller |
Unmarshaller for Big Integer values.
|
SimpleTypeJsonUnmarshallers.BooleanJsonUnmarshaller |
Unmarshaller for Boolean values.
|
SimpleTypeJsonUnmarshallers.ByteBufferJsonUnmarshaller |
Unmarshaller for ByteBuffer values.
|
SimpleTypeJsonUnmarshallers.ByteJsonUnmarshaller |
Unmarshaller for Byte values.
|
SimpleTypeJsonUnmarshallers.DateJsonUnmarshaller |
Unmarshaller for Date values.
|
SimpleTypeJsonUnmarshallers.DoubleJsonUnmarshaller |
Unmarshaller for Double values.
|
SimpleTypeJsonUnmarshallers.FloatJsonUnmarshaller |
Unmarshaller for Float values.
|
SimpleTypeJsonUnmarshallers.IntegerJsonUnmarshaller |
Unmarshaller for Integer values.
|
SimpleTypeJsonUnmarshallers.LongJsonUnmarshaller |
Unmarshaller for Long values.
|
SimpleTypeJsonUnmarshallers.StringJsonUnmarshaller |
Unmarshaller for String values.
|
SimpleTypeStaxUnmarshallers |
Collection of StAX unmarshallers for simple data types.
|
SimpleTypeStaxUnmarshallers.BigDecimalStaxUnmarshaller |
Unmarshaller for Big Decimal values.
|
SimpleTypeStaxUnmarshallers.BigIntegerStaxUnmarshaller |
Unmarshaller for Big Integer values.
|
SimpleTypeStaxUnmarshallers.BooleanStaxUnmarshaller |
Unmarshaller for Boolean values.
|
SimpleTypeStaxUnmarshallers.ByteBufferStaxUnmarshaller |
Unmarshaller for ByteBuffer values.
|
SimpleTypeStaxUnmarshallers.ByteStaxUnmarshaller |
Unmarshaller for Byte values.
|
SimpleTypeStaxUnmarshallers.DateStaxUnmarshaller |
Unmarshaller for Date values.
|
SimpleTypeStaxUnmarshallers.DoubleStaxUnmarshaller |
Unmarshaller for Double values.
|
SimpleTypeStaxUnmarshallers.FloatStaxUnmarshaller |
Unmarshaller for Float values.
|
SimpleTypeStaxUnmarshallers.IntegerStaxUnmarshaller |
Unmarshaller for Integer values.
|
SimpleTypeStaxUnmarshallers.LongStaxUnmarshaller |
Unmarshaller for Long values.
|
SimpleTypeStaxUnmarshallers.StringStaxUnmarshaller |
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.
|
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.
|
VoidUnmarshaller |
Simple Unmarshaller implementation that always returns null.
|
Enum | Description |
---|---|
TimestampFormat |
Simple enum to differentiate timestamp format standards.
|