|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
Pojos.
See:
Description
| Interface Summary | |
|---|---|
| PojoDescriptor<POJO> | This interface describes the properties of a
Pojo. |
| PojoDescriptorBuilder | This is the interface used to get (or create)
the descriptor for a given
Pojo. |
| PojoDescriptorBuilderFactory | This is the interface for a factory used to create instances of
PojoDescriptorBuilder. |
| PojoPropertyDescriptor | This interface represents a property of a
Pojo. |
| Exception Summary | |
|---|---|
| PojoPropertyNotFoundException | A PojoPropertyNotFoundException is thrown if a property should be
accessed that does NOT exist (was NOT found) or can NOT be accessed in the
intended way. |
Provides the API for introspection of
Pojos.
PojoDescriptorBuilder.
Unlike the Introspector for Java-beans or
commons-beanutils,
it works on any Pojo and is NOT
limited by restrictions of the java-beans specification. Further it fully
supports the generic type-system introduced with Java5.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||