See: Description
| Class | Description |
|---|---|
| AttributeDescriptor |
AttributeDescriptor describes the XML attributes
to be created for a bean instance. |
| ElementDescriptor |
ElementDescriptor describes the XML elements
to be created for a bean instance. |
| NodeDescriptor |
Common superclass for
ElementDescriptor
and AttributeDescriptor. |
| XMLBeanInfo |
XMLBeanInfo represents the XML metadata information
used to map a Java Bean cleanly to XML. |
| XMLIntrospector |
XMLIntrospector an introspector of beans to create a
XMLBeanInfo instance. |
This package contains the main betwixt introspection code.
XMLIntrospector produces a XMLBeanInfo instance
specifying how the introspected class maps to xml elements and attributes.
The AttributeDescriptor and ElementDescriptor classes
detail how members of a bean map to xml attributes and elements respectively.