open static fun getPropertyDescriptors(clazz: Class<*>): Array<PropertyDescriptor>
Retrieve the JavaBeans PropertyDescriptors of a given class.
clazz - the Class to retrieve the PropertyDescriptors for
BeansException - if PropertyDescriptor look fails
Return
an array of PropertyDescriptors for the given class