| Package | Description |
|---|---|
| org.jdbi.v3.core.mapper.reflect |
| Modifier and Type | Class and Description |
|---|---|
class |
CaseInsensitiveColumnNameMatcher
Matches snake case column names to java camel case names, ignoring case.
|
class |
SnakeCaseColumnNameMatcher
Matches column names with identical java 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) |
Copyright © 2017. All rights reserved.