Uses of Class
org.apache.commons.jxpath.ri.model.beans.PropertyIterator
-
Packages that use PropertyIterator Package Description org.apache.commons.jxpath.ri.model.beans Implementation of "model" APIs for JavaBeans, Dynamic Property Objects, collections and null.org.apache.commons.jxpath.ri.model.dynamic Implementation of "model" APIs for dynamic property objects e.g. -
-
Uses of PropertyIterator in org.apache.commons.jxpath.ri.model.beans
Subclasses of PropertyIterator in org.apache.commons.jxpath.ri.model.beans Modifier and Type Class Description classBeanAttributeIteratorAn iterator of attributes of a JavaBean. -
Uses of PropertyIterator in org.apache.commons.jxpath.ri.model.dynamic
Subclasses of PropertyIterator in org.apache.commons.jxpath.ri.model.dynamic Modifier and Type Class Description classDynamicAttributeIteratorDynamicAttributeIteratoris different from a regularBeanAttributeIteratorin that given a property name it will always find that property (albeit with a null value).classDynamicPropertyIteratorDeprecated.- no longer needed, as it is identical to PropertyIterator.
-