ArgumentMarshaller.BinaryAttributeMarshaller
, ArgumentMarshaller.BinarySetAttributeMarshaller
, ArgumentMarshaller.BooleanAttributeMarshaller
, ArgumentMarshaller.ListAttributeMarshaller
, ArgumentMarshaller.MapAttributeMarshaller
, ArgumentMarshaller.NumberAttributeMarshaller
, ArgumentMarshaller.NumberSetAttributeMarshaller
, ArgumentMarshaller.StringAttributeMarshaller
, ArgumentMarshaller.StringSetAttributeMarshaller
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 ArgumentMarshaller
Modifier and Type | Interface | Description |
---|---|---|
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 |
Modifier and Type | Method | Description |
---|---|---|
AttributeValue |
marshall(Object obj) |
Marshalls the object given into an AttributeValue.
|
AttributeValue marshall(Object obj)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.