Uses of Class com.thoughtworks.qdox.model.BeanProperty

Uses in package com.thoughtworks.qdox.model

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)