| Interface | Description | |
|---|---|---|
| IHandler |
IHandler implementations are responsible of cascading
specific data properties (properties of a bean, items of a collection,
etc.)
|
|
| IVisitor | A "two-phases" visitor pattern interface. |
| Class | Description | |
|---|---|---|
| Guide |
The Guide class is the entry point of the visitor pattern
implementation. |
|
| InterruptVisitError | This error may thrown by a vistor at any time to stop a visiting process. | |
| Visitable |
A Visitable instance encapsulates a bean, a property of
a bean or an item of a collection (at arbitrary depth). |