Uses of Interface
org.jdbi.v3.core.mapper.PrefixedRowMapper
Packages that use PrefixedRowMapper
Package
Description
mapper.reflect provides RowMappers that reflectively
construct result types using techniques like constructor injection
or JavaBeans setters.-
Uses of PrefixedRowMapper in org.jdbi.v3.core.mapper.reflect
Classes in org.jdbi.v3.core.mapper.reflect that implement PrefixedRowMapperModifier and TypeClassDescriptionfinal classBeanMapper<T>A row mapper which maps the columns in a statement into a JavaBean.final classA row mapper which maps the fields in a result set into a constructor.final classFieldMapper<T>A row mapper which maps the columns in a statement into an object, using reflection to set fields on the object. -
Uses of PrefixedRowMapper in org.jdbi.v3.core.mapper.reflect.internal
Classes in org.jdbi.v3.core.mapper.reflect.internal that implement PrefixedRowMapperModifier and TypeClassDescriptionclassorg.jdbi.v3.core.mapper.reflect.internal.PojoMapper<T>This class is the future home of BeanMapper functionality.