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 classBeanTableSchema<T>Implementation ofTableSchemathat builds a table schema based on properties and annotations of a bean class.classImmutableTableSchema<T>Implementation ofTableSchemathat builds a table schema based on properties and annotations of an immutable class with an associated builder class.classStaticTableSchema<T>Implementation ofTableSchemathat builds a schema based on directly declared attributes and methods to get and set those attributes.
-