Class NullableUnmarshaller
java.lang.Object
com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.NullableUnmarshaller
- All Implemented Interfaces:
ArgumentUnmarshaller
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidtypeCheck(AttributeValue value, Method setter) Asserts that the value given can be processed using the setter given.unmarshall(AttributeValue value) Unmarshalls theAttributeValuegiven into an instance of the appropriate type, as determined byDynamoDBReflectorandDynamoDBMapper
-
Constructor Details
-
NullableUnmarshaller
-
-
Method Details
-
typeCheck
Description copied from interface:ArgumentUnmarshallerAsserts that the value given can be processed using the setter given.- Specified by:
typeCheckin interfaceArgumentUnmarshaller
-
unmarshall
Description copied from interface:ArgumentUnmarshallerUnmarshalls theAttributeValuegiven into an instance of the appropriate type, as determined byDynamoDBReflectorandDynamoDBMapper- Specified by:
unmarshallin interfaceArgumentUnmarshaller- Throws:
ParseException- when unable to parse a date string
-