Class S3LinkUnmarshaller
- java.lang.Object
-
- com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.S3LinkUnmarshaller
-
- All Implemented Interfaces:
ArgumentUnmarshaller
public class S3LinkUnmarshaller extends Object
-
-
Constructor Summary
Constructors Constructor Description S3LinkUnmarshaller(S3ClientCache clientCache)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static S3LinkUnmarshallerinstance()voidtypeCheck(AttributeValue value, Method setter)Asserts that the value given can be processed using the setter given.Objectunmarshall(AttributeValue value)Unmarshalls theAttributeValuegiven into an instance of the appropriate type, as determined byDynamoDBReflectorandDynamoDBMapper
-
-
-
Constructor Detail
-
S3LinkUnmarshaller
public S3LinkUnmarshaller(S3ClientCache clientCache)
-
-
Method Detail
-
instance
public static S3LinkUnmarshaller instance()
-
unmarshall
public Object unmarshall(AttributeValue value)
Description copied from interface:ArgumentUnmarshallerUnmarshalls theAttributeValuegiven into an instance of the appropriate type, as determined byDynamoDBReflectorandDynamoDBMapper
-
typeCheck
public void typeCheck(AttributeValue value, Method setter)
Description copied from interface:ArgumentUnmarshallerAsserts that the value given can be processed using the setter given.- Specified by:
typeCheckin interfaceArgumentUnmarshaller
-
-