Interface ArgumentMarshaller
-
- All Known Subinterfaces:
ArgumentMarshaller.BinaryAttributeMarshaller,ArgumentMarshaller.BinarySetAttributeMarshaller,ArgumentMarshaller.BooleanAttributeMarshaller,ArgumentMarshaller.ListAttributeMarshaller,ArgumentMarshaller.MapAttributeMarshaller,ArgumentMarshaller.NumberAttributeMarshaller,ArgumentMarshaller.NumberSetAttributeMarshaller,ArgumentMarshaller.StringAttributeMarshaller,ArgumentMarshaller.StringSetAttributeMarshaller
- All Known Implementing Classes:
BooleanSetToNumberSetMarshaller,BooleanToBooleanMarshaller,BooleanToNumberMarshaller,ByteArraySetToBinarySetMarshaller,ByteArrayToBinaryMarshaller,ByteBufferSetToBinarySetMarshaller,ByteBufferToBinaryMarshaller,CalendarSetToStringSetMarshaller,CalendarToStringMarshaller,CollectionToListMarshaller,CustomMarshaller,DateSetToStringSetMarshaller,DateToStringMarshaller,MapToMapMarshaller,NumberSetToNumberSetMarshaller,NumberToNumberMarshaller,ObjectSetToStringSetMarshaller,ObjectToMapMarshaller,ObjectToStringMarshaller,S3LinkToStringMarshaller,StringSetToStringSetMarshaller,StringToStringMarshaller,UUIDSetToStringSetMarshaller
public interface ArgumentMarshallerInterface to make it possible to cache the expensive type determination behavior.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceArgumentMarshaller.BinaryAttributeMarshallerstatic interfaceArgumentMarshaller.BinarySetAttributeMarshallerstatic interfaceArgumentMarshaller.BooleanAttributeMarshallerstatic interfaceArgumentMarshaller.ListAttributeMarshallerstatic interfaceArgumentMarshaller.MapAttributeMarshallerstatic interfaceArgumentMarshaller.NumberAttributeMarshallerstatic interfaceArgumentMarshaller.NumberSetAttributeMarshallerstatic interfaceArgumentMarshaller.StringAttributeMarshallerstatic interfaceArgumentMarshaller.StringSetAttributeMarshaller
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AttributeValuemarshall(Object obj)Marshalls the object given into an AttributeValue.
-
-
-
Method Detail
-
marshall
AttributeValue marshall(Object obj)
Marshalls the object given into an AttributeValue.
-
-