Class PojoMapper<T>

java.lang.Object
org.jdbi.v3.core.mapper.reflect.internal.PojoMapper<T>
All Implemented Interfaces:
RowMapper<T>
Direct Known Subclasses:
BeanMapper

public class PojoMapper<T> extends Object implements RowMapper<T>
This class is the future home of BeanMapper functionality.
  • Field Details

  • Constructor Details

    • PojoMapper

      public PojoMapper(Type type, String prefix)
  • Method Details