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 BeanProperty
JavaClass. getBeanProperty(java.lang.String propertyName)
Gets bean property without looking in superclasses or interfaces.BeanProperty
JavaClass. 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 class
DefaultBeanProperty
Methods in com.thoughtworks.qdox.model.impl that return BeanProperty Modifier and Type Method Description BeanProperty
DefaultJavaClass. getBeanProperty(java.lang.String propertyName)
Gets bean property without looking in superclasses or interfaces.BeanProperty
DefaultJavaClass. getBeanProperty(java.lang.String propertyName, boolean superclasses)
BeanProperty
DefaultJavaType. getBeanProperty(java.lang.String propertyName)
Gets bean property without looking in superclasses or interfaces.BeanProperty
DefaultJavaType. 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)
-