Uses of Class
org.jdbi.v3.core.mapper.reflect.InstanceFactory
-
Packages that use InstanceFactory 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 InstanceFactory in org.jdbi.v3.core.mapper.reflect
Subclasses of InstanceFactory in org.jdbi.v3.core.mapper.reflect Modifier and Type Class Description (package private) classConstructorInstanceFactory<T>(package private) classStaticMethodInstanceFactory<T>Fields in org.jdbi.v3.core.mapper.reflect declared as InstanceFactory Modifier and Type Field Description private InstanceFactory<T>ConstructorMapper. factoryMethods in org.jdbi.v3.core.mapper.reflect that return InstanceFactory Modifier and Type Method Description (package private) static <T> InstanceFactory<T>JdbiConstructors. findFactoryFor(java.lang.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 InstanceFactory Constructor Description ConstructorMapper(InstanceFactory<T> factory, java.lang.String prefix)
-