Uses of Interface
com.pyranid.CustomColumnMapper
-
Uses of CustomColumnMapper in com.pyranid
Method parameters in com.pyranid with type arguments of type CustomColumnMapperModifier and TypeMethodDescriptionResultSetMapper.Builder.customColumnMappers
(List<CustomColumnMapper> customColumnMappers) Specifies aList
of custom column-specific mapping logic to apply, in priority order.static ResultSetMapper.Builder
ResultSetMapper.withCustomColumnMappers
(List<CustomColumnMapper> customColumnMappers) Acquires a builder for a concrete implementation of this interface, specifying aList
of custom column-specific mapping logic to apply, in priority order.