Package | Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
private XMLIntrospector |
XMLBeanInfoDigester.introspector
the introspector that is using me
|
Modifier and Type | Method and Description |
---|---|
XMLIntrospector |
XMLBeanInfoDigester.getXMLIntrospector()
Gets the XMLIntrospector that's using this digester.
|
protected XMLIntrospector |
RuleSupport.getXMLIntrospector()
Gets
XMLIntrospector to be used for introspection |
Modifier and Type | Method and Description |
---|---|
static NodeDescriptor |
XMLIntrospectorHelper.createDescriptor(PropertyDescriptor propertyDescriptor,
boolean useAttributesForPrimitives,
XMLIntrospector introspector)
Process a property.
|
static void |
XMLIntrospectorHelper.defaultAddMethods(XMLIntrospector introspector,
ElementDescriptor rootDescriptor,
Class beanClass)
Add any addPropety(PropertyType) methods as Updaters
which are often used for 1-N relationships in beans.
|
protected static ElementDescriptor |
XMLIntrospectorHelper.findGetCollectionDescriptor(XMLIntrospector introspector,
ElementDescriptor rootDescriptor,
String propertyName)
Attempts to find the element descriptor for the getter property that
typically matches a collection or array.
|
void |
XMLBeanInfoDigester.setXMLIntrospector(XMLIntrospector introspector)
Sets the introspector that is using me
|
Modifier and Type | Field and Description |
---|---|
private XMLIntrospector |
BeanReader.introspector
Introspector used
|
private XMLIntrospector |
AbstractBeanWriter.introspector
Introspector used
|
Modifier and Type | Method and Description |
---|---|
XMLIntrospector |
BeanReader.getXMLIntrospector()
Get the introspector used.
|
XMLIntrospector |
AbstractBeanWriter.getXMLIntrospector()
Gets the introspector used.
|
Modifier and Type | Method and Description |
---|---|
void |
BeanReader.setXMLIntrospector(XMLIntrospector introspector)
Set the introspector to be used.
|
void |
AbstractBeanWriter.setXMLIntrospector(XMLIntrospector introspector)
Sets the introspector to be used.
|