Class CustomMarshaller
java.lang.Object
com.amazonaws.services.dynamodbv2.datamodeling.marshallers.CustomMarshaller
- All Implemented Interfaces:
ArgumentMarshaller
,ArgumentMarshaller.StringAttributeMarshaller
public class CustomMarshaller
extends Object
implements ArgumentMarshaller.StringAttributeMarshaller
A marshaller that delegates to an instance of a
DynamoDBMarshalling
-derived custom marshaler.-
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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMarshalls the object given into an AttributeValue.
-
Constructor Details
-
CustomMarshaller
-
-
Method Details
-
marshall
Description copied from interface:ArgumentMarshaller
Marshalls the object given into an AttributeValue.- Specified by:
marshall
in interfaceArgumentMarshaller
-