public class BeanDescriptor extends FeatureDescriptor
| Constructor and Description |
|---|
BeanDescriptor(Class<?> beanClass)
Constructs an instance with the bean's
Class. |
BeanDescriptor(Class<?> beanClass,
Class<?> customizerClass)
|
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getBeanClass()
Gets the bean's
Class. |
Class<?> |
getCustomizerClass()
Gets the bean's customizer
Class/ |
attributeNames, getDisplayName, getName, getShortDescription, getValue, isExpert, isHidden, isPreferred, setDisplayName, setExpert, setHidden, setName, setPreferred, setShortDescription, setValuepublic BeanDescriptor(Class<?> beanClass, Class<?> customizerClass)
Constructs an instance with the bean's Class and a customizer
Class. The descriptor's FeatureDescriptor.getName() is set as the
unqualified name of the beanClass.
beanClass - The bean's Class.customizerClass - The bean's customizer Class.public BeanDescriptor(Class<?> beanClass)
Constructs an instance with the bean's Class. The descriptor's
FeatureDescriptor.getName() is set as the unqualified name of the
beanClass.
beanClass - The bean's Class.Copyright © 2015. All Rights Reserved.