| Interface | Description |
|---|---|
| GenericContextAwarePojoGenericTypeModel.Helper | |
| PojoBootstrapIntrospector |
A Pojo introspector used at bootstrap.
|
| PojoCaster<T> | |
| PojoGenericTypeModel<T> |
A
PojoTypeModel representing a parameterized type,
where generic type arguments are known. |
| PojoPropertyModel<T> | |
| PojoRawTypeModel<T> |
A
PojoTypeModel representing a raw type,
where generic type parameters are ignored. |
| PojoRuntimeIntrospector |
A Pojo introspector used at runtime.
|
| PojoTypeModel<T> |
A model representing a POJO type: its structure (properties and their type),
its name, ...
|
| Class | Description |
|---|---|
| AbstractPojoGenericTypeModel<T> |
An abstract base for implementations of
PojoGenericTypeModel. |
| GenericContextAwarePojoGenericTypeModel<T> |
An implementation of
PojoGenericTypeModel that takes advantage of the context
in which a given property appears to derive more precise type information. |
| GenericContextAwarePojoGenericTypeModel.RawTypeDeclaringContext<T> | |
| JavaClassPojoCaster<T> | |
| PojoRawTypeIdentifier<T> |
An identifier for POJO types.
|
| SyntheticPojoGenericTypeModel<T> |
An abstract base for implementations of
PojoGenericTypeModel. |
Copyright © 2006-2020 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.