Uses of Package
com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
Packages that use com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
Package
Description
Standard implementations of
ArgumentUnmarshaller
.-
Classes in com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers used by com.amazonaws.services.dynamodbv2.datamodeling.unmarshallersClassDescriptionAn unmarshaller that unmarshals DynamoDB NumberSets into sets of Java
BigDecimal
s.An unmarshaller that unmarshals DynamoDB Numbers into JavaBigDecimal
s.An unmarshaller that unmarshals DynamoDB NumberSets into sets of JavaBigInteger
s.An unmarshaller that unmarshals DynamoDB Numbers into JavaBigInteger
s.A special unmarshaller for Set<Boolean>, which the V1 schema stores as an NS using 0/1 for true/false.An unmarshaller that unmarshals DynamoDB Bools (or Numbers) into JavaBoolean
s.An unmarshaller that unmarshals BinarySet values as sets of Javabyte[]
s.An unmarshaller that unmarshals Binary values as Javabyte[]
s.An unmarshaller that unmarshals BinarySet values as sets of JavaByteBuffer
s.An unmarshaller that unmarshals Binary values as JavaByteBuffer
s.An unmarshaller that unmarshals DynamoDB NumberSets into sets of JavaByte
s.An unmarshaller that unmarshals DynamoDB Numbers into JavaByte
s.An unmarshaller that unmarshals sets of ISO-8601-formatted dates as sets of JavaCalendar
objects.An unmarshaller that unmarshals ISO-8601-formatted dates as JavaCalendar
objects.An unmarshaller that unmarshals sets of ISO-8601-formatted dates as sets of JavaDate
objects.An unmarshaller that unmarshals ISO-8601-formatted dates as JavaDate
objects.An unmarshaller that unmarshals DynamoDB NumberSets into sets of JavaDouble
s.An unmarshaller that unmarshals DynamoDB Numbers into JavaDouble
s.An unmarshaller that unmarshals DynamoDB NumberSets into sets of JavaFloat
s.An unmarshaller that unmarshals DynamoDB Numbers into JavaFloat
s.An unmarshaller that unmarshals DynamoDB NumberSets into sets of JavaInteger
s.An unmarshaller that unmarshals DynamoDB Numbers into JavaInteger
s.An unmarshaller that unmarshals Lists into JavaLists
.An unmarshaller that unmarshals DynamoDB NumberSets into sets of JavaLong
s.An unmarshaller that unmarshals DynamoDB Numbers into JavaLong
s.An unmarshaller that unmarshals DynamoDB NumberSets into sets of JavaShort
s.An unmarshaller that unmarshals DynamoDB Numbers into JavaShort
s.An unmarshaller that unmarshals DynamoDB StringSets as sets of JavaString
objects.An unmarshaller that unmarshals DynamoDB Strings as JavaString
objects.An unmarshaller that unmarshals sets of UUIDs as sets of JavaUUID
objects.An unmarshaller that unmarshals UUIDs as JavaUUID
objects.