Uses of Class
com.thoughtworks.qdox.model.impl.DefaultBeanProperty
-
Packages that use DefaultBeanProperty Package Description com.thoughtworks.qdox.model.impl Provides the default implementation of the classes reflecting the Java model elements. -
-
Uses of DefaultBeanProperty in com.thoughtworks.qdox.model.impl
Methods in com.thoughtworks.qdox.model.impl that return DefaultBeanProperty Modifier and Type Method Description private DefaultBeanProperty
DefaultJavaClass. getOrCreateProperty(java.util.Map<java.lang.String,DefaultBeanProperty> beanPropertyMap, java.lang.String propertyName)
Method parameters in com.thoughtworks.qdox.model.impl with type arguments of type DefaultBeanProperty Modifier and Type Method Description private DefaultBeanProperty
DefaultJavaClass. getOrCreateProperty(java.util.Map<java.lang.String,DefaultBeanProperty> beanPropertyMap, java.lang.String propertyName)
-