|
Class Summary |
| ConfigurationWatchListUtil |
|
| Introspector |
The Introspector class provides a standard way for tools to learn about the
properties, events, and methods supported by a target class. |
| MethodDescriptor |
A MethodDescriptor describes a particular method that a class
supports for external access from other components. |
| PropertyDescriptor |
A PropertyDescriptor describes a particular property that a class
exports via a pair of accessor methods. |
| PropertySetter |
General purpose Object property setter. |
| StringToObjectConverter |
Utility class which can convert string into objects. |