| Frames | No Frames |
Methods with return type com.thoughtworks.qdox.model.BeanProperty | |
| BeanProperty[] | 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) |
| BeanProperty | JavaClass.getOrCreateProperty(Map beanPropertyMap, String propertyName) |