Package | Description |
---|---|
org.apache.commons.betwixt |
This package contains the main betwixt introspection code.
|
org.apache.commons.betwixt.digester |
This package contains the Digester and associated rules and helper classes
for parsing the XMLBeanInfo metadata from an XML file format.
|
org.apache.commons.betwixt.io |
Package contains classes dealing directly with the reading and writing of beans.
|
org.apache.commons.betwixt.registry |
This package contains various plugins that can be used with
XMLIntrospector
to customize it's caching behaviour (or programmatically modify the XmlBeanInfo finding). |
org.apache.commons.betwixt.strategy |
This package contains a variety of plugin Strategy patterns that can be used to customize the
default behaviour.of the XMLIntrospector
|
Class and 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. |
Class and 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. |
Class and 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. |
XMLIntrospector
XMLIntrospector an introspector of beans to create a
XMLBeanInfo instance. |
Class and Description |
---|
XMLBeanInfo
XMLBeanInfo represents the XML metadata information
used to map a Java Bean cleanly to XML. |
Class and Description |
---|
ElementDescriptor
ElementDescriptor describes the XML elements
to be created for a bean instance. |