Class PrimitiveMapperFactory

java.lang.Object
org.jdbi.v3.core.mapper.PrimitiveMapperFactory
All Implemented Interfaces:
ColumnMapperFactory

class PrimitiveMapperFactory extends Object implements ColumnMapperFactory
Column mapper factory which knows how to map java primitives:
  • boolean
  • byte
  • char
  • short
  • int
  • long
  • float
  • double