public final class ConversionSchemas
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
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.
|
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
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.