public BeanDescriptor(Class> beanClass, Class> customizerClass)(Code)
Constructs an instance with the bean's
Class and a customizer
Class . The descriptor's
BeanDescriptor.getName() is set as the
unqualified name of the beanClass.
Parameters: beanClass - The bean's Class. Parameters: customizerClass - The bean's customizer Class.