| 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. |
| Modifier and Type | Method and Description |
|---|---|
ReflectionMappers |
ReflectionMappers.createCopy() |
ReflectionMappers |
ReflectionMappers.setColumnNameMatchers(List<ColumnNameMatcher> columnNameMatchers)
Replace all column name matchers with the given list.
|
ReflectionMappers |
ReflectionMappers.setStrictMatching(boolean strictMatching)
Throw an IllegalArgumentException if a the set of fields doesn't
match to columns exactly.
|
Copyright © 2019. All rights reserved.