| Package | Description |
|---|---|
| org.jdbi.v3.core.argument.internal | |
| 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 |
| Constructor and Description |
|---|
PojoPropertyArguments(String prefix,
Object obj,
PojoProperties<?> properties,
ConfigRegistry config) |
| Modifier and Type | Method and Description |
|---|---|
protected PojoProperties<T> |
BeanMapper.getProperties(ConfigRegistry config) |
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutablesPropertiesFactory.BasePojoProperties<T,B> |
static class |
ImmutablesPropertiesFactory.ImmutablePojoProperties<T,B> |
static class |
ImmutablesPropertiesFactory.ModifiablePojoProperties<T,M> |
| Modifier and Type | Method and Description |
|---|---|
PojoProperties<?> |
ImmutablesPropertiesFactory.create(Type type,
ConfigRegistry config) |
protected PojoProperties<T> |
PojoMapper.getProperties(ConfigRegistry config) |
static PojoProperties<?> |
BeanPropertiesFactory.propertiesFor(Type t,
ConfigRegistry config) |
| Modifier and Type | Method and Description |
|---|---|
Optional<PojoProperties<?>> |
PojoTypes.findFor(Type type) |
Copyright © 2019. All rights reserved.