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

isNestedOrIndexedProperty

open static fun isNestedOrIndexedProperty(@Nullable propertyPath: String): Boolean

Check whether the given property path indicates an indexed or nested property.

Parameters

propertyPath - the property path to check

Return
whether the path indicates an indexed or nested property