@Nullable open static fun canonicalPropertyNames(@Nullable propertyNames: Array<String>): Array<String>
Determine the canonical names for the given property paths.
propertyNames - the bean property paths (as array)
Return
the canonical representation of the property paths (as array of the same size)
See Also
#canonicalPropertyName(String)