| 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.
|
| 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) |
| 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) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
DefaultBeanProperty |
| 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) |
| 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) |
Copyright © 2002–2018. All rights reserved.