Class InferredColumnMapperFactory

java.lang.Object
org.jdbi.v3.core.mapper.InferredColumnMapperFactory
All Implemented Interfaces:
QualifiedColumnMapperFactory

class InferredColumnMapperFactory extends Object implements QualifiedColumnMapperFactory
A generic QualifiedColumnMapperFactory that reflectively inspects a ColumnMapper<T> and maps only to columns of type T, with type qualifiers equal to the qualifiers present on the mapper class. The type parameter T must be accessible via reflection or an UnsupportedOperationException will be thrown.