Uses of Class
org.jdbi.v3.core.mapper.reflect.internal.PojoProperties
Packages that use PojoProperties
Package
Description
mapper.reflect provides RowMappers that reflectively
construct result types using techniques like constructor injection
or JavaBeans setters.-
Uses of PojoProperties in org.jdbi.v3.core.argument.internal
Fields in org.jdbi.v3.core.argument.internal declared as PojoPropertiesModifier and TypeFieldDescriptionprotected final PojoProperties<?>PojoPropertyArguments.propertiesConstructors in org.jdbi.v3.core.argument.internal with parameters of type PojoPropertiesModifierConstructorDescriptionprotectedPojoPropertyArguments(String prefix, Object obj, PojoProperties<?> properties, ConfigRegistry config) -
Uses of PojoProperties in org.jdbi.v3.core.mapper.reflect
Methods in org.jdbi.v3.core.mapper.reflect that return PojoPropertiesModifier and TypeMethodDescriptionprotected PojoProperties<T>BeanMapper.getProperties(ConfigRegistry config) -
Uses of PojoProperties in org.jdbi.v3.core.mapper.reflect.internal
Subclasses of PojoProperties in org.jdbi.v3.core.mapper.reflect.internalModifier and TypeClassDescription(package private) static classclassstatic classMethods in org.jdbi.v3.core.mapper.reflect.internal that return PojoPropertiesModifier and TypeMethodDescriptionPojoPropertiesFactory.create(Type type, ConfigRegistry config) protected PojoProperties<T>PojoMapper.getProperties(ConfigRegistry config) static PojoProperties<?>BeanPropertiesFactory.propertiesFor(Type t, ConfigRegistry config) Methods in org.jdbi.v3.core.mapper.reflect.internal that return types with arguments of type PojoProperties