|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.mobileconnectors.dynamodbv2.dynamodbmapper.unmarshallers.NullableUnmarshaller
public class NullableUnmarshaller
| Constructor Summary | |
|---|---|
NullableUnmarshaller(ArgumentUnmarshaller wrapped)
|
|
| 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 |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NullableUnmarshaller(ArgumentUnmarshaller wrapped)
| Method Detail |
|---|
public void typeCheck(AttributeValue value,
java.lang.reflect.Method setter)
ArgumentUnmarshaller
typeCheck in interface ArgumentUnmarshaller
public java.lang.Object unmarshall(AttributeValue value)
throws java.text.ParseException
ArgumentUnmarshallerAttributeValue given into an instance of the
appropriate type, as determined by DynamoDBReflector and
DynamoDBMapper
unmarshall in interface ArgumentUnmarshallerjava.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 | ||||||