Uses of Class
no.digipost.jdbc.AttributeMapper
-
Packages that use AttributeMapper Package Description no.digipost.jdbc -
-
Uses of AttributeMapper in no.digipost.jdbc
Methods in no.digipost.jdbc that return AttributeMapper Modifier and Type Method Description default AttributeMapper<R>ColumnMapper. forColumn(Attribute<R> attribute)Associate the column mapper with anAttribute.Constructors in no.digipost.jdbc with parameters of type AttributeMapper Constructor Description AttributesRowMapper(Supplier<AttributesMap.Builder> attributeMapBuilderSupplier, AttributeMapper<?>... mappers)AttributesRowMapper(AttributeMapper<?>... mappers)Constructor parameters in no.digipost.jdbc with type arguments of type AttributeMapper Constructor Description AttributesRowMapper(Supplier<AttributesMap.Builder> attributeMapBuilderSupplier, Stream<AttributeMapper<?>> mappers)AttributesRowMapper(Stream<AttributeMapper<?>> mappers)
-