Uses of Interface
org.jdbi.v3.core.mapper.reflect.internal.PojoPropertiesFactory
Packages that use PojoPropertiesFactory
Package
Description
-
Uses of PojoPropertiesFactory in org.jdbi.v3.core.mapper.freebuilder
Methods in org.jdbi.v3.core.mapper.freebuilder with parameters of type PojoPropertiesFactoryModifier and TypeMethodDescriptionprivate <S> JdbiFreeBuildersJdbiFreeBuilders.register(Class<S> spec, 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 PojoPropertiesFactoryModifier and TypeMethodDescriptionprivate JdbiImmutablesJdbiImmutables.register(Class<?> spec, 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.internalModifier and TypeInterfaceDescriptioninterfaceinterfaceFields in org.jdbi.v3.core.mapper.reflect.internal with type parameters of type PojoPropertiesFactoryModifier and TypeFieldDescriptionprivate final Map<Class<?>,PojoPropertiesFactory> PojoTypes.factoriesMethods in org.jdbi.v3.core.mapper.reflect.internal that return PojoPropertiesFactoryModifier and TypeMethodDescriptionstatic <T,B> PojoPropertiesFactory static <T,M extends T>
PojoPropertiesFactoryModifiablePojoPropertiesFactory.modifiable(Class<T> defn, Class<M> impl, Supplier<M> constructor) Methods in org.jdbi.v3.core.mapper.reflect.internal with parameters of type PojoPropertiesFactoryModifier and TypeMethodDescriptionPojoTypes.register(Class<?> key, PojoPropertiesFactory factory)