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

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

Uses of BeanProperty in org.apache.commons.betwixt
 

Fields in org.apache.commons.betwixt declared as BeanProperty
private  BeanProperty[] XMLIntrospector.JavaBeanType.properties
          Bean properties
private  BeanProperty[] XMLIntrospector.DynaClassBeanType.properties
          Properties extracted in constuctor
 

Methods in org.apache.commons.betwixt that return BeanProperty
abstract  BeanProperty[] XMLIntrospector.BeanType.getProperties()
          Gets the properties associated with this bean.
 BeanProperty[] XMLIntrospector.JavaBeanType.getProperties()
           
 BeanProperty[] XMLIntrospector.DynaClassBeanType.getProperties()
           
 

Methods in org.apache.commons.betwixt with parameters of type BeanProperty
protected  void XMLIntrospector.addProperties(BeanProperty[] beanProperties, java.util.List elements, java.util.List attributes, java.util.List contents)
          Loop through properties and process each one
protected  void XMLIntrospector.addProperty(BeanProperty beanProperty, java.util.List elements, java.util.List attributes, java.util.List contents)
          Process a property.
 Descriptor XMLIntrospector.createXMLDescriptor(BeanProperty beanProperty)
          Create a XML descriptor from a bean one.