Class ByteBufferSetUnmarshaller
java.lang.Object
com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.ByteBufferSetUnmarshaller
- All Implemented Interfaces:
ArgumentUnmarshaller
An unmarshaller that unmarshals BinarySet values as sets of Java
ByteBuffers.-
Method Summary
Modifier and TypeMethodDescriptionstatic ByteBufferSetUnmarshallerinstance()voidtypeCheck(AttributeValue value, Method setter) Asserts that the value given can be processed using the setter given.unmarshall(AttributeValue value) Unmarshalls theAttributeValuegiven into an instance of the appropriate type, as determined byDynamoDBReflectorandDynamoDBMapper
-
Method Details
-
instance
-
unmarshall
Description copied from interface:ArgumentUnmarshallerUnmarshalls theAttributeValuegiven into an instance of the appropriate type, as determined byDynamoDBReflectorandDynamoDBMapper -
typeCheck
Description copied from interface:ArgumentUnmarshallerAsserts that the value given can be processed using the setter given.- Specified by:
typeCheckin interfaceArgumentUnmarshaller
-