public interface ArgumentUnmarshaller
Modifier and Type | Method and Description |
---|---|
void |
typeCheck(AttributeValue value,
Method setter)
Asserts that the value given can be processed using the setter given.
|
Object |
unmarshall(AttributeValue value)
Unmarshalls the
AttributeValue given into an instance of the
appropriate type, as determined by DynamoDBReflector and
DynamoDBMapper |
void typeCheck(AttributeValue value, Method setter)
Object unmarshall(AttributeValue value) throws ParseException
AttributeValue
given into an instance of the
appropriate type, as determined by DynamoDBReflector
and
DynamoDBMapper
ParseException
- when unable to parse a date stringCopyright © 2020. All rights reserved.