public class UUIDSetUnmarshaller extends SSUnmarshaller
UUID
objects.Modifier and Type | Field and Description |
---|---|
private static UUIDSetUnmarshaller |
INSTANCE |
Modifier | Constructor and Description |
---|---|
private |
UUIDSetUnmarshaller() |
Modifier and Type | Method and Description |
---|---|
static UUIDSetUnmarshaller |
instance() |
java.util.Set<java.util.UUID> |
unmarshall(AttributeValue value)
Unmarshalls the
AttributeValue given into an instance of the
appropriate type, as determined by DynamoDBReflector and
DynamoDBMapper |
typeCheck
private static final UUIDSetUnmarshaller INSTANCE
public static UUIDSetUnmarshaller instance()
public java.util.Set<java.util.UUID> unmarshall(AttributeValue value)
ArgumentUnmarshaller
AttributeValue
given into an instance of the
appropriate type, as determined by DynamoDBReflector
and
DynamoDBMapper