Uses of Class
org.jdbi.v3.core.mapper.reflect.internal.PojoMapper
Packages that use PojoMapper
Package
Description
mapper.reflect provides RowMappers that reflectively
construct result types using techniques like constructor injection
or JavaBeans setters.-
Uses of PojoMapper in org.jdbi.v3.core.mapper.reflect
Subclasses of PojoMapper in org.jdbi.v3.core.mapper.reflectModifier and TypeClassDescriptionfinal 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 PojoMapperModifier and TypeFieldDescriptionprivate final Map<PojoProperties.PojoProperty<T>,PojoMapper<?>> PojoMapper.nestedMappersMethods in org.jdbi.v3.core.mapper.reflect.internal that return PojoMapperModifier and TypeMethodDescriptionprotected PojoMapper<?>PojoMapper.createNestedMapper(StatementContext ctx, PojoProperties.PojoProperty<T> property, String nestedPrefix)