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 TypeClassDescriptionclassAn implementation of JXPathBeanInfo based on JavaBeans' BeanInfo.Fields in org.apache.commons.jxpath with type parameters of type JXPathBeanInfoModifier and TypeFieldDescriptionprivate static Map<Class, JXPathBeanInfo> JXPathIntrospector.byClassprivate static Map<Class, JXPathBeanInfo> JXPathIntrospector.byInterfaceMethods in org.apache.commons.jxpath that return JXPathBeanInfoModifier and TypeMethodDescriptionprivate static JXPathBeanInfoJXPathIntrospector.findDynamicBeanInfo(Class beanClass) Find a dynamic bean info if available for any superclasses or interfaces.private static JXPathBeanInfoJXPathIntrospector.findInformant(Class beanClass) find a JXPathBeanInfo instance for the specified class.static JXPathBeanInfoJXPathIntrospector.getBeanInfo(Class beanClass) Creates and registers a JXPathBeanInfo object for the supplied class. -
Uses of JXPathBeanInfo in org.apache.commons.jxpath.ri.model.beans
Fields in org.apache.commons.jxpath.ri.model.beans declared as JXPathBeanInfoModifier and TypeFieldDescriptionprivate final JXPathBeanInfoBeanPointer.beanInfoBean info.private final JXPathBeanInfoBeanPropertyPointer.beanInfoJavaBean info.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.