|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ArgumentUnmarshaller
Unmarshaller interface to make it possible to cache the expensive type-determination behavior necessary when turning a service result back into an object.
Method Summary | |
---|---|
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 |
Method Detail |
---|
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 string
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |