Package | Description |
---|---|
software.amazon.awssdk.enhanced.dynamodb.mapper |
Modifier and Type | Method and Description |
---|---|
StaticTableSchema.Builder<T> |
StaticTableSchema.Builder.attributes(Attribute.AttributeSupplier<T>... mappedAttributes) |
StaticTableSchema.Builder<T> |
StaticTableSchema.Builder.attributes(Collection<Attribute.AttributeSupplier<T>> mappedAttributes) |
static <T> StaticTableSchema.Builder<T> |
StaticTableSchema.builder(Class<? extends T> itemClass) |
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) |
StaticTableSchema.Builder<T> |
StaticTableSchema.Builder.newItemSupplier(Supplier<T> newItemSupplier) |
StaticTableSchema.Builder<T> |
StaticTableSchema.Builder.tagWith(TableTag... tableTags) |
Copyright © 2020. All rights reserved.