public class StringUnmarshaller extends Object
String
 objects.| Modifier and Type | Method and Description | 
|---|---|
| static StringUnmarshaller | instance() | 
| void | typeCheck(AttributeValue value,
         Method setter)Asserts that the value given can be processed using the setter given. | 
| Object | unmarshall(AttributeValue value)Unmarshalls the  AttributeValuegiven into an instance of the
 appropriate type, as determined byDynamoDBReflectorandDynamoDBMapper | 
public static StringUnmarshaller instance()
public Object unmarshall(AttributeValue value)
ArgumentUnmarshallerAttributeValue given into an instance of the
 appropriate type, as determined by DynamoDBReflector and
 DynamoDBMapperpublic void typeCheck(AttributeValue value, Method setter)
ArgumentUnmarshallertypeCheck in interface ArgumentUnmarshaller