| Interface | Description |
|---|---|
| StaticAttributeTag |
Interface for a tag that can be applied to any
StaticAttribute. |
| StaticTableTag |
Interface for a tag that can be applied to any
StaticTableSchema. |
| Class | Description |
|---|---|
| BeanTableSchema<T> |
Implementation of
TableSchema that builds a table schema based on properties and annotations of a bean
class. |
| StaticAttribute<T,R> |
A class that represents an attribute that can be read from and written to an mapped item.
|
| StaticAttribute.Builder<T,R> |
A typed builder for
StaticAttribute. |
| StaticAttributeTags |
Common implementations of
StaticAttributeTag. |
| StaticTableMetadata |
Implementation of
TableMetadata that can be constructed directly using literal values for metadata objects. |
| StaticTableMetadata.Builder |
Builder for
StaticTableMetadata |
| StaticTableSchema<T> |
Implementation of
TableSchema that builds a schema based on directly declared attributes and methods to
get and set those attributes. |
| StaticTableSchema.Builder<T> |
Builder for a
StaticTableSchema |
Copyright © 2020. All rights reserved.