Uses of Class
org.jdbi.v3.core.mapper.reflect.ReflectionMappers
Packages that use 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
Methods in org.jdbi.v3.core.mapper.reflect that return ReflectionMappersModifier and TypeMethodDescriptionReflectionMappers.createCopy()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.