Class Summary |
BeanCreator |
BeanCreator provides methods for representing a Map as a JavaBean. |
ClassCreator |
ClassCreator turns a ClassDefinition into a real-live Class. |
ClassDefinition |
This class provides sufficient information for generating a java
Class. |
DynBeanInfoBase |
Base class of BeanInfo for auto-generated bean classes. |
Handler |
Public only because generated classes use it and they live in another
package. |
MethodDefinition |
Instances of this class provide enough information to declare
a method. |
MethodDescription |
This class provides sufficient information to uniquely identify a
method in a class (name and parameters), but not enough to
fully describe a method (since it doesn't have return type or
exceptions). |