public class NullableUnmarshaller extends Object implements ArgumentUnmarshaller
| Constructor and Description | 
|---|
| NullableUnmarshaller(ArgumentUnmarshaller wrapped) | 
| 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  AttributeValuegiven into an instance of the
 appropriate type, as determined byDynamoDBReflectorandDynamoDBMapper | 
public NullableUnmarshaller(ArgumentUnmarshaller wrapped)
public void typeCheck(AttributeValue value, Method setter)
ArgumentUnmarshallertypeCheck in interface ArgumentUnmarshallerpublic Object unmarshall(AttributeValue value) throws ParseException
ArgumentUnmarshallerAttributeValue given into an instance of the
 appropriate type, as determined by DynamoDBReflector and
 DynamoDBMapperunmarshall in interface ArgumentUnmarshallerParseException - when unable to parse a date string