Class ByteBufferToBinaryMarshaller
- java.lang.Object
-
- com.amazonaws.services.dynamodbv2.datamodeling.marshallers.ByteBufferToBinaryMarshaller
-
- All Implemented Interfaces:
ArgumentMarshaller
,ArgumentMarshaller.BinaryAttributeMarshaller
public class ByteBufferToBinaryMarshaller extends Object implements ArgumentMarshaller.BinaryAttributeMarshaller
A marshaller that marshals JavaByteBuffer
s into DynamoDB Binary attributes.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller
ArgumentMarshaller.BinaryAttributeMarshaller, ArgumentMarshaller.BinarySetAttributeMarshaller, ArgumentMarshaller.BooleanAttributeMarshaller, ArgumentMarshaller.ListAttributeMarshaller, ArgumentMarshaller.MapAttributeMarshaller, ArgumentMarshaller.NumberAttributeMarshaller, ArgumentMarshaller.NumberSetAttributeMarshaller, ArgumentMarshaller.StringAttributeMarshaller, ArgumentMarshaller.StringSetAttributeMarshaller
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ByteBufferToBinaryMarshaller
instance()
AttributeValue
marshall(Object obj)
Marshalls the object given into an AttributeValue.
-
-
-
Method Detail
-
instance
public static ByteBufferToBinaryMarshaller instance()
-
marshall
public AttributeValue marshall(Object obj)
Description copied from interface:ArgumentMarshaller
Marshalls the object given into an AttributeValue.- Specified by:
marshall
in interfaceArgumentMarshaller
-
-