Uses of Interface
com.thoughtworks.qdox.model.BeanProperty
-
Packages that use BeanProperty Package Description com.thoughtworks.qdox.model Provides classes reflecting the Java model elements.com.thoughtworks.qdox.model.impl Provides the default implementation of the classes reflecting the Java model elements. -
-
Uses of BeanProperty in com.thoughtworks.qdox.model
Methods in com.thoughtworks.qdox.model that return BeanProperty Modifier and Type Method Description BeanPropertyJavaClass. getBeanProperty(java.lang.String propertyName)Gets bean property without looking in superclasses or interfaces.BeanPropertyJavaClass. getBeanProperty(java.lang.String propertyName, boolean superclasses)Methods in com.thoughtworks.qdox.model that return types with arguments of type BeanProperty Modifier and Type Method Description java.util.List<BeanProperty>JavaClass. getBeanProperties()Gets bean properties without looking in superclasses or interfaces.java.util.List<BeanProperty>JavaClass. getBeanProperties(boolean superclasses) -
Uses of BeanProperty in com.thoughtworks.qdox.model.impl
Classes in com.thoughtworks.qdox.model.impl that implement BeanProperty Modifier and Type Class Description classDefaultBeanPropertyMethods in com.thoughtworks.qdox.model.impl that return BeanProperty Modifier and Type Method Description BeanPropertyDefaultJavaClass. getBeanProperty(java.lang.String propertyName)Gets bean property without looking in superclasses or interfaces.BeanPropertyDefaultJavaClass. getBeanProperty(java.lang.String propertyName, boolean superclasses)BeanPropertyDefaultJavaType. getBeanProperty(java.lang.String propertyName)Gets bean property without looking in superclasses or interfaces.BeanPropertyDefaultJavaType. getBeanProperty(java.lang.String propertyName, boolean superclasses)Methods in com.thoughtworks.qdox.model.impl that return types with arguments of type BeanProperty Modifier and Type Method Description java.util.List<BeanProperty>DefaultJavaClass. getBeanProperties()Gets bean properties without looking in superclasses or interfaces.java.util.List<BeanProperty>DefaultJavaClass. getBeanProperties(boolean superclasses)java.util.List<BeanProperty>DefaultJavaType. getBeanProperties()Gets bean properties without looking in superclasses or interfaces.java.util.List<BeanProperty>DefaultJavaType. getBeanProperties(boolean superclasses)private java.util.Map<java.lang.String,BeanProperty>DefaultJavaClass. getBeanPropertyMap(boolean superclasses)
-