Class ByteArrayToBinaryMarshaller
java.lang.Object
com.amazonaws.services.dynamodbv2.datamodeling.marshallers.ByteArrayToBinaryMarshaller
- All Implemented Interfaces:
ArgumentMarshaller, ArgumentMarshaller.BinaryAttributeMarshaller
public class ByteArrayToBinaryMarshaller
extends Object
implements ArgumentMarshaller.BinaryAttributeMarshaller
A marshaller that marshals Java
byte[]s into DynamoDB Binary
attributes.-
Nested Class Summary
Nested classes/interfaces inherited from interface ArgumentMarshaller
ArgumentMarshaller.BinaryAttributeMarshaller, ArgumentMarshaller.BinarySetAttributeMarshaller, ArgumentMarshaller.BooleanAttributeMarshaller, ArgumentMarshaller.ListAttributeMarshaller, ArgumentMarshaller.MapAttributeMarshaller, ArgumentMarshaller.NumberAttributeMarshaller, ArgumentMarshaller.NumberSetAttributeMarshaller, ArgumentMarshaller.StringAttributeMarshaller, ArgumentMarshaller.StringSetAttributeMarshaller -
Method Summary
Modifier and TypeMethodDescriptionstatic ByteArrayToBinaryMarshallerinstance()Marshalls the object given into an AttributeValue.
-
Method Details
-
instance
-
marshall
Description copied from interface:ArgumentMarshallerMarshalls the object given into an AttributeValue.- Specified by:
marshallin interfaceArgumentMarshaller
-