Uses of Class
org.jdbi.v3.core.mapper.reflect.internal.PojoMapper
-
Packages that use PojoMapper Package Description org.jdbi.v3.core.mapper.reflect mapper.reflectprovides RowMappers that reflectively construct result types using techniques like constructor injection or JavaBeans setters.org.jdbi.v3.core.mapper.reflect.internal -
-
Uses of PojoMapper in org.jdbi.v3.core.mapper.reflect
Subclasses of PojoMapper in org.jdbi.v3.core.mapper.reflect Modifier and Type Class Description classBeanMapper<T>A row mapper which maps the columns in a statement into a JavaBean. -
Uses of PojoMapper in org.jdbi.v3.core.mapper.reflect.internal
Fields in org.jdbi.v3.core.mapper.reflect.internal with type parameters of type PojoMapper Modifier and Type Field Description private java.util.Map<PojoProperties.PojoProperty<T>,PojoMapper<?>>PojoMapper. nestedMappersMethods in org.jdbi.v3.core.mapper.reflect.internal that return PojoMapper Modifier and Type Method Description protected PojoMapper<?>PojoMapper. createNestedMapper(StatementContext ctx, PojoProperties.PojoProperty<T> property, java.lang.String nestedPrefix)
-