com.amazonaws.mobileconnectors.dynamodbv2.dynamodbmapper
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, CustomMarshaller, DateSetToStringSetMarshaller, DateToStringMarshaller, ListToListMarshaller, MapToMapMarshaller, NumberSetToNumberSetMarshaller, NumberToNumberMarshaller, ObjectSetToStringSetMarshaller, ObjectToMapMarshaller, S3LinkToStringMarshaller, StringSetToStringSetMarshaller, StringToStringMarshaller

public interface ArgumentMarshaller

Interface to make it possible to cache the expensive type determination behavior.


Nested Class Summary
static interface ArgumentMarshaller.BinaryAttributeMarshaller
           
static interface ArgumentMarshaller.BinarySetAttributeMarshaller
           
static interface ArgumentMarshaller.BooleanAttributeMarshaller
           
static interface ArgumentMarshaller.ListAttributeMarshaller
           
static interface ArgumentMarshaller.MapAttributeMarshaller
           
static interface ArgumentMarshaller.NumberAttributeMarshaller
           
static interface ArgumentMarshaller.NumberSetAttributeMarshaller
           
static interface ArgumentMarshaller.StringAttributeMarshaller
           
static interface ArgumentMarshaller.StringSetAttributeMarshaller
           
 
Method Summary
 AttributeValue marshall(java.lang.Object obj)
          Marshalls the object given into an AttributeValue.
 

Method Detail

marshall

AttributeValue marshall(java.lang.Object obj)
Marshalls the object given into an AttributeValue.



Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.