Package org.jdbi.v3.core.mapper.reflect
package org.jdbi.v3.core.mapper.reflect
mapper.reflect
provides RowMappers that reflectively
construct result types using techniques like constructor injection
or JavaBeans setters.
-
ClassDescriptionBeanMapper<T>A row mapper which maps the columns in a statement into a JavaBean.Matches column names with identical java names, ignoring case.Specify the mapping name for a property or parameter explicitly.Strategy for matching SQL column names to Java property, field, or parameter names.A row mapper which maps the fields in a result set into a constructor.FieldMapper<T>A row mapper which maps the columns in a statement into an object, using reflection to set fields on the object.Indicate to
ConstructorMapper
and other reflective mappers how to construct an instance.Utilities forJdbiConstructor
annotation.Configuration class for reflective mappers.Utilities for reflective mappers.Matches snake case column names to java camel case names, ignoring case.