|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.mobileconnectors.dynamodbv2.dynamodbmapper.ConversionSchemas
public final class ConversionSchemas
Pre-defined strategies for mapping between Java types and DynamoDB types.
Field Summary | |
---|---|
static ConversionSchema |
V1
The V1 schema mapping, which retains strict backwards compatibility with the original DynamoDB data model. |
static ConversionSchema |
V2
The native V2 conversion schema. |
static ConversionSchema |
V2_COMPATIBLE
A V2 conversion schema which retains backwards compatibility with the V1 conversion schema for existing DynamoDB types, but adds the ability to marshall recursive structures using the new List and Map types. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final ConversionSchema V1
Use me if you have other code still using an old version of the SDK that does not understand the new List and Map types and want to ensure that you don't accidentally start writing values using these types.
public static final ConversionSchema V2_COMPATIBLE
public static final ConversionSchema V2
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |