Uses of Interface
com.thoughtworks.qdox.model.BeanProperty
Packages that use BeanProperty
Package
Description
Provides classes reflecting the Java model elements.
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 BeanPropertyModifier and TypeMethodDescriptionJavaClass.getBeanProperty
(String propertyName) Gets bean property without looking in superclasses or interfaces.JavaClass.getBeanProperty
(String propertyName, boolean superclasses) Methods in com.thoughtworks.qdox.model that return types with arguments of type BeanPropertyModifier and TypeMethodDescriptionJavaClass.getBeanProperties()
Gets bean properties without looking in superclasses or interfaces.JavaClass.getBeanProperties
(boolean superclasses) -
Uses of BeanProperty in com.thoughtworks.qdox.model.impl
Classes in com.thoughtworks.qdox.model.impl that implement BeanPropertyMethods in com.thoughtworks.qdox.model.impl that return BeanPropertyModifier and TypeMethodDescriptionDefaultJavaClass.getBeanProperty
(String propertyName) Gets bean property without looking in superclasses or interfaces.DefaultJavaClass.getBeanProperty
(String propertyName, boolean superclasses) DefaultJavaType.getBeanProperty
(String propertyName) Gets bean property without looking in superclasses or interfaces.DefaultJavaType.getBeanProperty
(String propertyName, boolean superclasses) Methods in com.thoughtworks.qdox.model.impl that return types with arguments of type BeanPropertyModifier and TypeMethodDescriptionDefaultJavaClass.getBeanProperties()
Gets bean properties without looking in superclasses or interfaces.DefaultJavaClass.getBeanProperties
(boolean superclasses) DefaultJavaType.getBeanProperties()
Gets bean properties without looking in superclasses or interfaces.DefaultJavaType.getBeanProperties
(boolean superclasses) private Map<String,
BeanProperty> DefaultJavaClass.getBeanPropertyMap
(boolean superclasses)