spring-framework / org.springframework.beans / PropertyAccessorUtils / canonicalPropertyNames

canonicalPropertyNames

@Nullable open static fun canonicalPropertyNames(@Nullable propertyNames: Array<String>): Array<String>

Determine the canonical names for the given property paths.

Parameters

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)