Pojos.See: Description
| Interface | Description |
|---|---|
| PojoDescriptor<POJO> |
This interface describes the
properties of a
Pojo. |
| PojoDescriptorBuilder | |
| PojoDescriptorBuilderFactory |
This is the interface for a factory used to create instances of
PojoDescriptorBuilder. |
| PojoPropertyDescriptor |
This interface represents a property of a
Pojo. |
| Exception | Description |
|---|---|
| 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. |
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. Copyright © 2001–2015 mmm-Team. All rights reserved.