Uses of Class
software.amazon.awssdk.enhanced.dynamodb.mapper.WrappedTableSchema
-
Packages that use WrappedTableSchema Package Description software.amazon.awssdk.enhanced.dynamodb.mapper -
-
Uses of WrappedTableSchema in software.amazon.awssdk.enhanced.dynamodb.mapper
Subclasses of WrappedTableSchema in software.amazon.awssdk.enhanced.dynamodb.mapper Modifier and Type Class Description class
BeanTableSchema<T>
Implementation ofTableSchema
that builds a table schema based on properties and annotations of a bean class.class
ImmutableTableSchema<T>
Implementation ofTableSchema
that builds a table schema based on properties and annotations of an immutable class with an associated builder class.class
StaticTableSchema<T>
Implementation ofTableSchema
that builds a schema based on directly declared attributes and methods to get and set those attributes.
-