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