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
 

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.
 



Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.