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