com.amazonaws.services.dynamodbv2.datamodeling
Interface ArgumentUnmarshaller


Deprecated. These classes have been deprecated, please use the classes in the com.amazonaws.mobileconnectors namespace.

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)
          Deprecated. Asserts that the value given can be processed using the setter given.
 java.lang.Object unmarshall(AttributeValue value)
          Deprecated. Unmarshalls the AttributeValue given into an instance of the appropriate type, as determined by DynamoDBReflector and DynamoDBMapper
 

Method Detail

typeCheck

void typeCheck(AttributeValue value,
               java.lang.reflect.Method setter)
Deprecated. 
Asserts that the value given can be processed using the setter given.


unmarshall

java.lang.Object unmarshall(AttributeValue value)
                            throws java.text.ParseException
Deprecated. 
Unmarshalls the AttributeValue given into an instance of the appropriate type, as determined by DynamoDBReflector and DynamoDBMapper

Throws:
java.text.ParseException - when unable to parse a date string


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.