Uses of Class
org.apache.commons.betwixt.XMLIntrospector

Packages that use XMLIntrospector
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. 
 

Uses of XMLIntrospector in org.apache.commons.betwixt.digester
 

Fields in org.apache.commons.betwixt.digester declared as XMLIntrospector
private  XMLIntrospector XMLBeanInfoDigester.introspector
          the introspector that is using me
 

Methods in org.apache.commons.betwixt.digester that return XMLIntrospector
protected  XMLIntrospector RuleSupport.getXMLIntrospector()
          Gets XMLIntrospector to be used for introspection
 XMLIntrospector XMLBeanInfoDigester.getXMLIntrospector()
          Gets the XMLIntrospector that's using this digester.
 

Methods in org.apache.commons.betwixt.digester with parameters of type XMLIntrospector
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
 

Uses of XMLIntrospector in org.apache.commons.betwixt.io
 

Fields in org.apache.commons.betwixt.io declared as XMLIntrospector
private  XMLIntrospector AbstractBeanWriter.introspector
          Introspector used
private  XMLIntrospector BeanReader.introspector
          Introspector used
 

Methods in org.apache.commons.betwixt.io that return XMLIntrospector
 XMLIntrospector AbstractBeanWriter.getXMLIntrospector()
          Gets the introspector used.
 XMLIntrospector BeanReader.getXMLIntrospector()
           Get the introspector used.
 

Methods in org.apache.commons.betwixt.io with parameters of type XMLIntrospector
 void AbstractBeanWriter.setXMLIntrospector(XMLIntrospector introspector)
          Sets the introspector to be used.
 void BeanReader.setXMLIntrospector(XMLIntrospector introspector)
           Set the introspector to be used.