public interface BeanDescriptor
The supported properties are:
Modifier and Type | Method and Description |
---|---|
Class<?> |
getBeanClass() |
Collection<PropertyDescriptor> |
getProperties() |
PropertyDescriptor |
getProperty(String propertyName)
Return descriptor for the provided property name.
|
Class<?> getBeanClass()
Collection<PropertyDescriptor> getProperties()
PropertyDescriptor getProperty(String propertyName)
propertyName
- the name of the propertyCopyright © 2004–2021 XWiki. All rights reserved.