Package | Description |
---|---|
com.thoughtworks.qdox.model |
Modifier and Type | Method and Description |
---|---|
BeanProperty[] |
JavaClass.getBeanProperties()
Gets bean properties without looking in superclasses or interfaces.
|
BeanProperty[] |
JavaClass.getBeanProperties(boolean superclasses) |
BeanProperty |
JavaClass.getBeanProperty(String propertyName)
Gets bean property without looking in superclasses or interfaces.
|
BeanProperty |
JavaClass.getBeanProperty(String propertyName,
boolean superclasses) |
Copyright © 2002–2017. All rights reserved.