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.
|
Modifier and Type | Class and Description |
---|---|
class |
AttributeDescriptor
AttributeDescriptor describes the XML attributes
to be created for a bean instance. |
class |
ElementDescriptor
ElementDescriptor describes the XML elements
to be created for a bean instance. |
Modifier and Type | Method and Description |
---|---|
static NodeDescriptor |
XMLIntrospectorHelper.createDescriptor(PropertyDescriptor propertyDescriptor,
boolean useAttributesForPrimitives,
XMLIntrospector introspector)
Process a property.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AddDefaultsRule.addDescriptor(NodeDescriptor nodeDescriptor)
Add a desciptor to the top object on the Digester stack.
|