Class InferredColumnMapperFactory

  • All Implemented Interfaces:
    QualifiedColumnMapperFactory

    class InferredColumnMapperFactory
    extends java.lang.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.