Uses of Class
no.digipost.jdbc.AttributeMapper
Packages that use AttributeMapper
-
Uses of AttributeMapper in no.digipost.jdbc
Methods in no.digipost.jdbc that return AttributeMapperModifier and TypeMethodDescriptiondefault AttributeMapper<R>Associate the column mapper with anAttribute.Constructors in no.digipost.jdbc with parameters of type AttributeMapperModifierConstructorDescriptionAttributesRowMapper(Supplier<AttributesMap.Builder> attributeMapBuilderSupplier, AttributeMapper<?>... mappers) AttributesRowMapper(AttributeMapper<?>... mappers) Constructor parameters in no.digipost.jdbc with type arguments of type AttributeMapperModifierConstructorDescriptionAttributesRowMapper(Supplier<AttributesMap.Builder> attributeMapBuilderSupplier, Stream<AttributeMapper<?>> mappers) AttributesRowMapper(Stream<AttributeMapper<?>> mappers)