Package | Description |
---|---|
software.amazon.awssdk.enhanced.dynamodb.mapper |
Modifier and Type | Class and Description |
---|---|
class |
BeanTableSchema<T>
Implementation of
TableSchema that builds a table schema based on properties and annotations of a bean
class. |
class |
ImmutableTableSchema<T>
Implementation of
TableSchema that builds a table schema based on properties and annotations of an immutable
class with an associated builder class. |
class |
StaticTableSchema<T>
Implementation of
TableSchema that builds a schema based on directly declared attributes and methods to
get and set those attributes. |
Copyright © 2023. All rights reserved.