@Nullable open static fun getPropertyDescriptor(clazz: Class<*>, propertyName: String): PropertyDescriptor
Retrieve the JavaBeans PropertyDescriptors for the given property.
clazz - the Class to retrieve the PropertyDescriptor for
propertyName - the name of the property
BeansException - if PropertyDescriptor lookup fails
Return
the corresponding PropertyDescriptor, or null if none