| 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 | Class and Description |
|---|---|
class |
CaseInsensitiveColumnNameMatcher
Matches column names with identical java names, ignoring case.
|
class |
SnakeCaseColumnNameMatcher
Matches snake case column names to java camel case names, ignoring case.
|
| Modifier and Type | Method and Description |
|---|---|
List<ColumnNameMatcher> |
ReflectionMappers.getColumnNameMatchers() |
| Modifier and Type | Method and Description |
|---|---|
ReflectionMappers |
ReflectionMappers.setColumnNameMatchers(List<ColumnNameMatcher> columnNameMatchers)
Replace all column name matchers with the given list.
|
Copyright © 2017. All rights reserved.