Class PojoProperties<T>
java.lang.Object
org.jdbi.v3.core.mapper.reflect.internal.PojoProperties<T>
- Direct Known Subclasses:
BeanPropertiesFactory.BeanPojoProperties,BuilderPojoProperties
Introspector-like interface that works with arbitrary pojos, not just beans.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic interface -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract PojoProperties.PojoBuilder<T>create()abstract Map<String,? extends PojoProperties.PojoProperty<T>> getType()
-
Field Details
-
type
-
-
Constructor Details
-
PojoProperties
-
-
Method Details
-
getType
-
getProperties
-
create
-