public class ShortUnmarshaller extends Object
Shorts.| Modifier and Type | Method and Description | 
|---|---|
| static ShortUnmarshaller | 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 ShortUnmarshaller 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