| Package | Description |
|---|---|
| org.jdbi.v3.core.mapper.reflect |
mapper.reflect provides RowMappers that reflectively
construct result types using techniques like constructor injection
or JavaBeans setters. |
| org.jdbi.v3.core.mapper.reflect.internal |
| Modifier and Type | Class and Description |
|---|---|
class |
BeanMapper<T>
A row mapper which maps the columns in a statement into a JavaBean.
|
| Modifier and Type | Method and Description |
|---|---|
protected PojoMapper<?> |
PojoMapper.createNestedMapper(StatementContext ctx,
PojoProperties.PojoProperty<T> property,
String nestedPrefix) |
Copyright © 2019. All rights reserved.