public class BeanDescriptor extends FeatureDescriptor
Constructor and Description |
---|
BeanDescriptor(Class<?> beanClass)
Create a new BeanDescriptor with the given beanClass and
no customizer class.
|
BeanDescriptor(Class<?> beanClass,
Class<?> customizerClass)
Create a new BeanDescriptor with the given bean class and
customizer class.
|
Modifier and Type | Method and Description |
---|---|
Class<?> |
getBeanClass()
Get the Bean's class.
|
Class<?> |
getCustomizerClass()
Get the Bean's customizer's class.
|
attributeNames, getDisplayName, getName, getShortDescription, getValue, isExpert, isHidden, isPreferred, setDisplayName, setExpert, setHidden, setName, setPreferred, setShortDescription, setValue
public BeanDescriptor(Class<?> beanClass)
beanClass
- the class of the Bean.public BeanDescriptor(Class<?> beanClass, Class<?> customizerClass)
beanClass
- the class of the Bean.customizerClass
- the class of the Bean's Customizer.public Class<?> getBeanClass()
public Class<?> getCustomizerClass()