Class BooleanToBooleanMarshaller
java.lang.Object
com.amazonaws.services.dynamodbv2.datamodeling.marshallers.BooleanToBooleanMarshaller
- All Implemented Interfaces:
ArgumentMarshaller
,ArgumentMarshaller.BooleanAttributeMarshaller
public class BooleanToBooleanMarshaller
extends Object
implements ArgumentMarshaller.BooleanAttributeMarshaller
A marshaller that marshals Java
Boolean
objects to Dynamodb-native
BOOL
attribute values.-
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
Modifier and TypeMethodDescriptionstatic BooleanToBooleanMarshaller
instance()
Marshalls the object given into an AttributeValue.
-
Method Details
-
instance
-
marshall
Description copied from interface:ArgumentMarshaller
Marshalls the object given into an AttributeValue.- Specified by:
marshall
in interfaceArgumentMarshaller
-