Uses of Interface
org.apache.commons.jxpath.JXPathBeanInfo

Packages that use JXPathBeanInfo
org.apache.commons.jxpath Public, abstract part of JXPath: interfaces and configuration. 
org.apache.commons.jxpath.ri.model.beans Implementation of "model" APIs for JavaBeans, Dynamic Property Objects, collections and null. 
 

Uses of JXPathBeanInfo in org.apache.commons.jxpath
 

Classes in org.apache.commons.jxpath that implement JXPathBeanInfo
 class JXPathBasicBeanInfo
          An implementation of JXPathBeanInfo based on JavaBeans' BeanInfo.
 

Methods in org.apache.commons.jxpath that return JXPathBeanInfo
static JXPathBeanInfo JXPathIntrospector.getBeanInfo(java.lang.Class beanClass)
          Creates and registers a JXPathBeanInfo object for the supplied class.
private static JXPathBeanInfo JXPathIntrospector.findDynamicBeanInfo(java.lang.Class beanClass)
          Find a dynamic bean info if available for any superclasses or interfaces.
private static JXPathBeanInfo JXPathIntrospector.findInformant(java.lang.Class beanClass)
           
 

Uses of JXPathBeanInfo in org.apache.commons.jxpath.ri.model.beans
 

Fields in org.apache.commons.jxpath.ri.model.beans declared as JXPathBeanInfo
private  JXPathBeanInfo BeanPropertyPointer.beanInfo
           
private  JXPathBeanInfo BeanPointer.beanInfo
           
 

Constructors in org.apache.commons.jxpath.ri.model.beans with parameters of type JXPathBeanInfo
BeanPropertyPointer(NodePointer parent, JXPathBeanInfo beanInfo)
           
BeanPointer(QName name, java.lang.Object bean, JXPathBeanInfo beanInfo, java.util.Locale locale)
           
BeanPointer(NodePointer parent, QName name, java.lang.Object bean, JXPathBeanInfo beanInfo)