Uses of Interface
org.apache.commons.jxpath.JXPathBeanInfo
Packages that use JXPathBeanInfo
Package
Description
Public, abstract part of JXPath: interfaces and configuration.
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 JXPathBeanInfoModifier and TypeClassDescriptionclass
An implementation of JXPathBeanInfo based on JavaBeans' BeanInfo.Methods in org.apache.commons.jxpath that return JXPathBeanInfoModifier and TypeMethodDescriptionstatic JXPathBeanInfo
JXPathIntrospector.getBeanInfo
(Class beanClass) Creates and registers a JXPathBeanInfo object for the supplied class. -
Uses of JXPathBeanInfo in org.apache.commons.jxpath.ri.model.beans
Constructors in org.apache.commons.jxpath.ri.model.beans with parameters of type JXPathBeanInfoModifierConstructorDescriptionBeanPointer
(NodePointer parent, QName qName, Object bean, JXPathBeanInfo beanInfo) BeanPointer a new BeanPointer.BeanPointer
(QName qName, Object bean, JXPathBeanInfo beanInfo, Locale locale) Constructs a new BeanPointer.BeanPropertyPointer
(NodePointer parent, JXPathBeanInfo beanInfo) Constructs a new BeanPropertyPointer.