Uses of Class
com.thoughtworks.qdox.model.BeanProperty
Packages that use BeanProperty
-
Uses of BeanProperty in com.thoughtworks.qdox.model
Methods in com.thoughtworks.qdox.model that return BeanPropertyModifier and TypeMethodDescriptionJavaClass.getBeanProperties()
Gets bean properties without looking in superclasses or interfaces.JavaClass.getBeanProperties
(boolean superclasses) JavaClass.getBeanProperty
(String propertyName) Gets bean property without looking in superclasses or interfaces.JavaClass.getBeanProperty
(String propertyName, boolean superclasses)