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

Packages that use XMLIntrospector.BeanType
org.apache.commons.betwixt This package contains the main betwixt introspection code. 
 

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

Subclasses of XMLIntrospector.BeanType in org.apache.commons.betwixt
private  class XMLIntrospector.DynaClassBeanType
          Implementation for DynaClasses
private  class XMLIntrospector.JavaBeanType
          Supports standard Java Beans
 

Methods in org.apache.commons.betwixt with parameters of type XMLIntrospector.BeanType
private  void XMLIntrospector.populate(XMLBeanInfo xmlBeanInfo, XMLIntrospector.BeanType bean)
          Populates the given XMLBeanInfo based on the given type of bean.