public class CustomMarshaller extends Object implements ArgumentMarshaller.StringAttributeMarshaller
DynamoDBMarshalling
-derived custom marshaler.ArgumentMarshaller.BinaryAttributeMarshaller, ArgumentMarshaller.BinarySetAttributeMarshaller, ArgumentMarshaller.BooleanAttributeMarshaller, ArgumentMarshaller.ListAttributeMarshaller, ArgumentMarshaller.MapAttributeMarshaller, ArgumentMarshaller.NumberAttributeMarshaller, ArgumentMarshaller.NumberSetAttributeMarshaller, ArgumentMarshaller.StringAttributeMarshaller, ArgumentMarshaller.StringSetAttributeMarshaller
Constructor and Description |
---|
CustomMarshaller(Class<? extends DynamoDBMarshaller<?>> marshallerClass) |
Modifier and Type | Method and Description |
---|---|
AttributeValue |
marshall(Object obj)
Marshalls the object given into an AttributeValue.
|
public CustomMarshaller(Class<? extends DynamoDBMarshaller<?>> marshallerClass)
public AttributeValue marshall(Object obj)
ArgumentMarshaller
marshall
in interface ArgumentMarshaller
Copyright © 2020. All rights reserved.