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 aListof custom column-specific mapping logic to apply, in priority order.static ResultSetMapper.BuilderResultSetMapper.withCustomColumnMappers(List<CustomColumnMapper> customColumnMappers) Acquires a builder for a concrete implementation of this interface, specifying aListof custom column-specific mapping logic to apply, in priority order.