|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
Introspection-API.
See:
Description
| Interface Summary | |
|---|---|
| PojoDescriptorDependencies | This interface bundles the dependencies for the POJO-introspection. |
| PojoDescriptorEnhancer | This is the interface for a generic enhancer of a
PojoDescriptor. |
| PojoFieldIntrospector | This is the interface used to find fields that can
(potentially) access a property of a given
POJO. |
| PojoMethodIntrospector | This is the interface used to find methods that can
(potentially) access a property of a given
POJO. |
| Class Summary | |
|---|---|
| AbstractPojoDescriptor<POJO> | This is the abstract base implementation of the PojoDescriptor
interface. |
| AbstractPojoDescriptorBuilder | This is the abstract base-implementation of the PojoDescriptorBuilder
interface. |
| AbstractPojoDescriptorBuilderFactory | This is the abstract base implementation of the
PojoDescriptorBuilderFactory interface. |
| AbstractPojoPropertyDescriptor | This is the abstract base implementation of the
PojoPropertyDescriptor interface. |
| NoPojoFieldIntrospector | This is a dummy implementation of the PojoFieldIntrospector interface
that never finds any field. |
| NoPojoMethodIntrospector | This is a dummy implementation of the PojoMethodIntrospector
interface that never finds any method. |
| PojoDescriptorDependenciesImpl | This is the implementation of the PojoDescriptorDependencies
interface. |
| PojoDescriptorNoEnhancer | This is the simplest implementation of the PojoDescriptorEnhancer. |
| PojoMap | This is represents a given Pojo as
Map where the key is a
property-name given as String. |
| PojoProperty | This class represents the property of a Pojo
. |
Contains the basic implementation of the
Introspection-API.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||