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. |
class |
NodeDescriptor
Common superclass for
ElementDescriptor
and AttributeDescriptor . |
class |
TextDescriptor
Describes mixed-content text.
|
Modifier and Type | Method and Description |
---|---|
Descriptor |
XMLIntrospector.createDescriptor(PropertyDescriptor propertyDescriptor,
boolean useAttributesForPrimitives)
Deprecated.
|
Descriptor |
XMLIntrospector.createXMLDescriptor(BeanProperty beanProperty)
Create a XML descriptor from a bean one.
|
Descriptor |
BeanProperty.createXMLDescriptor(IntrospectionConfiguration configuration)
Create a XML descriptor from a bean one.
|
Descriptor[] |
ElementDescriptor.getContentDescriptors()
Returns descriptors for the child content of the element this describes.
|
Modifier and Type | Method and Description |
---|---|
void |
ElementDescriptor.addContentDescriptor(Descriptor descriptor)
Adds a descriptor for child content.
|
void |
ElementDescriptor.setContentDescriptors(Descriptor[] contentDescriptors)
Sets the descriptors for the child content of the element this describes.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AddDefaultsRule.addDescriptor(Descriptor nodeDescriptor)
Add a desciptor to the top object on the Digester stack.
|
Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.