Uses of Class
no.digipost.util.AttributesMap.Builder
Packages that use AttributesMap.Builder
-
Uses of AttributesMap.Builder in no.digipost.jdbc
Constructor parameters in no.digipost.jdbc with type arguments of type AttributesMap.BuilderModifierConstructorDescriptionAttributesRowMapper(Supplier<AttributesMap.Builder> attributeMapBuilderSupplier, Stream<AttributeMapper<?>> mappers) AttributesRowMapper(Supplier<AttributesMap.Builder> attributeMapBuilderSupplier, AttributeMapper<?>... mappers) -
Uses of AttributesMap.Builder in no.digipost.util
Methods in no.digipost.util that return AttributesMap.BuilderModifier and TypeMethodDescriptionAttributesMap.Builder.and(ViewableAsTuple<? extends SetsNamedValue<V>, V> attributeWithValue) Add an attribute coupled with a value.AttributesMap.Builder.and(AttributesMap otherMap) Add all attributes from an existingAttributesMap.AttributesMap.Builder.and(AttributesMap.Builder otherBuilder) Add all attributes from anotherAttributesMap.BuilderAttributesMap.Builder.and(SetsNamedValue<V> attribute, V value) Add an attribute with a value.static AttributesMap.BuilderAttributesMap.buildNew(AttributesMap.Config... configSwitches) AttributesMap.Config.get()static <V> AttributesMap.BuilderAttributesMap.with(ViewableAsTuple<? extends SetsNamedValue<V>, V> attributeWithValue, AttributesMap.Config... configSwitches) static <V> AttributesMap.BuilderAttributesMap.with(SetsNamedValue<V> attribute, V value, AttributesMap.Config... configSwitches) Methods in no.digipost.util with parameters of type AttributesMap.BuilderModifier and TypeMethodDescriptionAttributesMap.Builder.and(AttributesMap.Builder otherBuilder) Add all attributes from anotherAttributesMap.Builder