| Package | Description |
|---|---|
| no.digipost.jdbc | |
| no.digipost.util |
| Constructor and Description |
|---|
AttributesRowMapper(Supplier<AttributesMap.Builder> attributeMapBuilderSupplier,
AttributeMapper<?>... mappers) |
AttributesRowMapper(Supplier<AttributesMap.Builder> attributeMapBuilderSupplier,
Stream<AttributeMapper<?>> mappers) |
| Modifier and Type | Method and Description |
|---|---|
AttributesMap.Builder |
AttributesMap.Builder.and(AttributesMap.Builder otherBuilder)
Add all attributes from another
AttributesMap.Builder |
AttributesMap.Builder |
AttributesMap.Builder.and(AttributesMap otherMap)
Add all attributes from an existing
AttributesMap. |
<V> AttributesMap.Builder |
AttributesMap.Builder.and(SetsNamedValue<V> attribute,
V value)
Add an attribute with a value.
|
<V> AttributesMap.Builder |
AttributesMap.Builder.and(ViewableAsTuple<? extends SetsNamedValue<V>,V> attributeWithValue)
Add an attribute coupled with a value.
|
static AttributesMap.Builder |
AttributesMap.buildNew(AttributesMap.Config... configSwitches) |
AttributesMap.Builder |
AttributesMap.Config.get() |
static <V> AttributesMap.Builder |
AttributesMap.with(SetsNamedValue<V> attribute,
V value,
AttributesMap.Config... configSwitches) |
static <V> AttributesMap.Builder |
AttributesMap.with(ViewableAsTuple<? extends SetsNamedValue<V>,V> attributeWithValue,
AttributesMap.Config... configSwitches) |
| Modifier and Type | Method and Description |
|---|---|
AttributesMap.Builder |
AttributesMap.Builder.and(AttributesMap.Builder otherBuilder)
Add all attributes from another
AttributesMap.Builder |
Copyright © 2019 Digipost. All rights reserved.