public class ListUnmarshaller extends LUnmarshaller
Lists
.Modifier and Type | Field and Description |
---|---|
private static ListUnmarshaller |
INSTANCE |
private ArgumentUnmarshaller |
memberUnmarshaller |
Modifier | Constructor and Description |
---|---|
private |
ListUnmarshaller() |
|
ListUnmarshaller(ArgumentUnmarshaller memberUnmarshaller) |
Modifier and Type | Method and Description |
---|---|
static ListUnmarshaller |
instance() |
java.lang.Object |
unmarshall(AttributeValue value)
Unmarshalls the
AttributeValue given into an instance of the
appropriate type, as determined by DynamoDBReflector and
DynamoDBMapper |
typeCheck
private static final ListUnmarshaller INSTANCE
private final ArgumentUnmarshaller memberUnmarshaller
private ListUnmarshaller()
public ListUnmarshaller(ArgumentUnmarshaller memberUnmarshaller)
public static ListUnmarshaller instance()
public java.lang.Object unmarshall(AttributeValue value) throws java.text.ParseException
ArgumentUnmarshaller
AttributeValue
given into an instance of the
appropriate type, as determined by DynamoDBReflector
and
DynamoDBMapper
java.text.ParseException
- when unable to parse a date string