Uses of Class
org.jdbi.v3.core.mapper.reflect.internal.PojoProperties
-
Packages that use PojoProperties Package Description org.jdbi.v3.core.argument.internal org.jdbi.v3.core.mapper.reflect mapper.reflectprovides RowMappers that reflectively construct result types using techniques like constructor injection or JavaBeans setters.org.jdbi.v3.core.mapper.reflect.internal -
-
Uses of PojoProperties in org.jdbi.v3.core.argument.internal
Fields in org.jdbi.v3.core.argument.internal declared as PojoProperties Modifier and Type Field Description protected PojoProperties<?>PojoPropertyArguments. propertiesConstructors in org.jdbi.v3.core.argument.internal with parameters of type PojoProperties Constructor Description PojoPropertyArguments(java.lang.String prefix, java.lang.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 PojoProperties Modifier and Type Method Description protected 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.internal Modifier and Type Class Description (package private) static classBeanPropertiesFactory.BeanPojoProperties<T>classBuilderPojoProperties<T,B>static classModifiablePojoPropertiesFactory.ModifiablePojoProperties<T,M>Methods in org.jdbi.v3.core.mapper.reflect.internal that return PojoProperties Modifier and Type Method Description PojoProperties<?>PojoPropertiesFactory. create(java.lang.reflect.Type type, ConfigRegistry config)protected PojoProperties<T>PojoMapper. getProperties(ConfigRegistry config)static PojoProperties<?>BeanPropertiesFactory. propertiesFor(java.lang.reflect.Type t, ConfigRegistry config)Methods in org.jdbi.v3.core.mapper.reflect.internal that return types with arguments of type PojoProperties Modifier and Type Method Description java.util.Optional<PojoProperties<?>>PojoTypes. findFor(java.lang.reflect.Type type)
-