Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers |
Standard implementations of
ArgumentUnmarshaller . |
Modifier and Type | Class and Description |
---|---|
class |
BigDecimalSetUnmarshaller
An unmarshaller that unmarshals DynamoDB NumberSets into sets of Java
BigDecimal s. |
class |
BigIntegerSetUnmarshaller
An unmarshaller that unmarshals DynamoDB NumberSets into sets of Java
BigInteger s. |
class |
ByteSetUnmarshaller
An unmarshaller that unmarshals DynamoDB NumberSets into sets of Java
Byte s. |
class |
DoubleSetUnmarshaller
An unmarshaller that unmarshals DynamoDB NumberSets into sets of Java
Double s. |
class |
FloatSetUnmarshaller
An unmarshaller that unmarshals DynamoDB NumberSets into sets of Java
Float s. |
class |
IntegerSetUnmarshaller
An unmarshaller that unmarshals DynamoDB NumberSets into sets of Java
Integer s. |
class |
LongSetUnmarshaller
An unmarshaller that unmarshals DynamoDB NumberSets into sets of Java
Long s. |
class |
ShortSetUnmarshaller
An unmarshaller that unmarshals DynamoDB NumberSets into sets of Java
Short s. |