public class MapUnmarshaller extends MUnmarshaller
Modifier and Type | Field and Description |
---|---|
private static MapUnmarshaller |
INSTANCE |
private ArgumentUnmarshaller |
memberUnmarshaller |
Modifier | Constructor and Description |
---|---|
private |
MapUnmarshaller() |
|
MapUnmarshaller(ArgumentUnmarshaller memberUnmarshaller) |
Modifier and Type | Method and Description |
---|---|
static MapUnmarshaller |
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 MapUnmarshaller INSTANCE
private final ArgumentUnmarshaller memberUnmarshaller
private MapUnmarshaller()
public MapUnmarshaller(ArgumentUnmarshaller memberUnmarshaller)
public static MapUnmarshaller 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