@Retention(value=RUNTIME)
@Target(value=METHOD)
@Deprecated
public @interface DynamoDBMarshalling
Strings, Numbers, and
Sets of the same to DynamoDB. Any object that can be converted into a
String representation and vice versa can be saved in this manner.| 修飾子とタイプ | 必須要素と説明 |
|---|---|
java.lang.Class<? extends DynamoDBMarshaller<? extends java.lang.Object>> |
marshallerClass
非推奨です。
The class of the Marshaller that converts this property to and from a
String.
|
public abstract java.lang.Class<? extends DynamoDBMarshaller<? extends java.lang.Object>> marshallerClass