|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BeanProperty | |
---|---|
com.thoughtworks.qdox.model |
Uses of BeanProperty in com.thoughtworks.qdox.model |
---|
Methods in com.thoughtworks.qdox.model that return BeanProperty | |
---|---|
BeanProperty[] |
JavaClass.getBeanProperties()
Gets bean properties without looking in superclasses or interfaces. |
BeanProperty[] |
JavaClass.getBeanProperties(boolean superclasses)
|
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)
|
private BeanProperty |
JavaClass.getOrCreateProperty(java.util.Map beanPropertyMap,
java.lang.String propertyName)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |