Uses of Class
org.jdbi.v3.core.mapper.reflect.InstanceFactory
Packages that use InstanceFactory
Package
Description
mapper.reflect provides RowMappers that reflectively
construct result types using techniques like constructor injection
or JavaBeans setters.-
Uses of InstanceFactory in org.jdbi.v3.core.mapper.reflect
Subclasses of InstanceFactory in org.jdbi.v3.core.mapper.reflectModifier and TypeClassDescription(package private) class(package private) classFields in org.jdbi.v3.core.mapper.reflect declared as InstanceFactoryMethods in org.jdbi.v3.core.mapper.reflect that return InstanceFactoryModifier and TypeMethodDescription(package private) static <T> InstanceFactory<T>JdbiConstructors.findFactoryFor(Class<T> type) Find an invokable instance factory, such as a constructor or a static factory method.Constructors in org.jdbi.v3.core.mapper.reflect with parameters of type InstanceFactoryModifierConstructorDescriptionprivateConstructorMapper(InstanceFactory<T> factory, String prefix)