Uses of Class
org.jdbi.v3.core.mapper.reflect.FieldMapper.FieldData
Packages that use FieldMapper.FieldData
Package
Description
mapper.reflect provides RowMappers that reflectively
construct result types using techniques like constructor injection
or JavaBeans setters.-
Uses of FieldMapper.FieldData in org.jdbi.v3.core.mapper.reflect
Fields in org.jdbi.v3.core.mapper.reflect with type parameters of type FieldMapper.FieldDataModifier and TypeFieldDescriptionprivate final List<FieldMapper.FieldData>FieldMapper.BoundFieldMapper.fieldsConstructor parameters in org.jdbi.v3.core.mapper.reflect with type arguments of type FieldMapper.FieldDataModifierConstructorDescription(package private)BoundFieldMapper(Constructor<T> constructor, List<FieldMapper.FieldData> fields)