Class Mappers

java.lang.Object
org.jdbi.v3.core.mapper.Mappers
All Implemented Interfaces:
JdbiConfig<Mappers>

public class Mappers extends Object implements JdbiConfig<Mappers>
Configuration class for obtaining row or column mappers.

This configuration is merely a convenience class, and does not have any configuration of its own. All methods delegate to RowMappers or ColumnMappers.