|
|||||||
| 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,
java.lang.reflect.Method setter)
Asserts that the value given can be processed using the setter given. |
java.lang.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,
java.lang.reflect.Method setter)
java.lang.Object unmarshall(AttributeValue value)
throws java.text.ParseException
AttributeValue given into an instance of the
appropriate type, as determined by DynamoDBReflector and
DynamoDBMapper
java.text.ParseException - when unable to parse a date string
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||