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)
Deprecated.
0.5 this method has been replaced by
XMLIntrospector.createDescriptor(java.beans.PropertyDescriptor, boolean) |
Modifier and Type | Method and Description |
---|---|
protected void |
AddDefaultsRule.addDescriptor(NodeDescriptor nodeDescriptor)
Deprecated.
0.5 replaced
AddDefaultsRule.addDescriptor( Descriptor ) |
Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.