Uses of Class
org.jdbi.v3.core.mapper.reflect.ReflectionMappers
Package
Description
mapper.reflect
provides RowMappers that reflectively
construct result types using techniques like constructor injection
or JavaBeans setters.-
Uses of ReflectionMappers in org.jdbi.v3.core.mapper.reflect
Modifier and TypeMethodDescriptionReflectionMappers.createCopy()
ReflectionMappers.disableAccessibleObjectStrategy()
Set the strategy Jdbi uses for Java accessibility rules to a no-op.ReflectionMappers.setAccessibleObjectStrategy
(Consumer<AccessibleObject> makeAccessible) Set the strategy Jdbi uses for Java accessibility rules.ReflectionMappers.setCaseChange
(UnaryOperator<String> caseChange) Sets the case change strategy for the database column names.ReflectionMappers.setColumnNameMatchers
(List<ColumnNameMatcher> columnNameMatchers) Replace all column name matchers with the given list.ReflectionMappers.setStrictMatching
(boolean strictMatching) Throw an IllegalArgumentException if a the set of fields doesn't match to columns exactly.