DynamoDBMarshalling
instead.@Retention(value=RUNTIME) @Target(value=METHOD) @Deprecated public @interface DynamoDBMarshalling
String
s, Number
s, and
Set
s of the same to DynamoDB. Any object that can be converted into a
String representation and vice versa can be saved in this manner.DynamoDBMarshaller
,
JsonMarshaller
Modifier and Type | Required Element and Description |
---|---|
Class<? extends DynamoDBMarshaller<? extends Object>> |
marshallerClass
Deprecated.
The class of the Marshaller that converts this property to and from a
String.
|
public abstract Class<? extends DynamoDBMarshaller<? extends Object>> marshallerClass
Copyright © 2014. All rights reserved.