| Package | Description |
|---|---|
| software.amazon.awssdk.extensions.dynamodb.mappingclient.staticmapper |
| Modifier and Type | Method and Description |
|---|---|
StaticTableSchema<T> |
StaticTableSchema.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
StaticTableSchema.Builder<T> |
StaticTableSchema.Builder.extend(StaticTableSchema<? super T> superTableSchema)
Extends the
StaticTableSchema of a super-class, effectively rolling all the attributes modelled by
the super-class into the StaticTableSchema of the sub-class. |
<R> StaticTableSchema.Builder<T> |
StaticTableSchema.Builder.flatten(StaticTableSchema<R> otherTableSchema,
Function<T,R> otherItemGetter,
BiConsumer<T,R> otherItemSetter) |
Copyright © 2020. All rights reserved.