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