Uses of Interface
org.jdbi.v3.core.mapper.reflect.internal.PojoPropertiesFactory
-
Packages that use PojoPropertiesFactory Package Description org.jdbi.v3.core.mapper.freebuilder org.jdbi.v3.core.mapper.immutables org.jdbi.v3.core.mapper.reflect.internal -
-
Uses of PojoPropertiesFactory in org.jdbi.v3.core.mapper.freebuilder
Methods in org.jdbi.v3.core.mapper.freebuilder with parameters of type PojoPropertiesFactory Modifier and Type Method Description private <S> JdbiFreeBuildersJdbiFreeBuilders. register(java.lang.Class<S> spec, java.lang.Class<? extends S> impl, PojoPropertiesFactory factory) -
Uses of PojoPropertiesFactory in org.jdbi.v3.core.mapper.immutables
Methods in org.jdbi.v3.core.mapper.immutables with parameters of type PojoPropertiesFactory Modifier and Type Method Description private JdbiImmutablesJdbiImmutables. register(java.lang.Class<?> spec, java.lang.Class<?> impl, PojoPropertiesFactory factory) -
Uses of PojoPropertiesFactory in org.jdbi.v3.core.mapper.reflect.internal
Subinterfaces of PojoPropertiesFactory in org.jdbi.v3.core.mapper.reflect.internal Modifier and Type Interface Description interfaceBuilderPojoPropertiesFactoryinterfaceModifiablePojoPropertiesFactoryFields in org.jdbi.v3.core.mapper.reflect.internal with type parameters of type PojoPropertiesFactory Modifier and Type Field Description private java.util.Map<java.lang.Class<?>,PojoPropertiesFactory>PojoTypes. factoriesMethods in org.jdbi.v3.core.mapper.reflect.internal that return PojoPropertiesFactory Modifier and Type Method Description static <T,B>
PojoPropertiesFactoryBuilderPojoPropertiesFactory. builder(java.lang.Class<T> defn, java.util.function.Supplier<B> builder)static <T,M extends T>
PojoPropertiesFactoryModifiablePojoPropertiesFactory. modifiable(java.lang.Class<T> defn, java.lang.Class<M> impl, java.util.function.Supplier<M> constructor)Methods in org.jdbi.v3.core.mapper.reflect.internal with parameters of type PojoPropertiesFactory Modifier and Type Method Description PojoTypesPojoTypes. register(java.lang.Class<?> key, PojoPropertiesFactory factory)
-