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
AttributeValue given into an instance of the
appropriate type, as determined by DynamoDBReflector and
DynamoDBMapper |
public NullableUnmarshaller(ArgumentUnmarshaller wrapped)
public void typeCheck(AttributeValue value, Method setter)
ArgumentUnmarshaller
typeCheck
in interface ArgumentUnmarshaller
public Object unmarshall(AttributeValue value) throws ParseException
ArgumentUnmarshaller
AttributeValue
given into an instance of the
appropriate type, as determined by DynamoDBReflector
and
DynamoDBMapper
unmarshall
in interface ArgumentUnmarshaller
ParseException
- when unable to parse a date stringCopyright © 2019. All rights reserved.