Currently bean property path support (for data binding) is currently implemented in several places like AbstractNestablePropertyAccessor and PropertyAccessorUtils. This includes turning the input string into a canonical representation of the property path (for caching and allowed/disallowed checks) and splitting the path into segments for target property access.
This enhancement should focus the implementation in a single place and avoid behavior differences between different parts of the codebase.
This is already work in progress so contributions are not welcome.
Currently bean property path support (for data binding) is currently implemented in several places like
AbstractNestablePropertyAccessorandPropertyAccessorUtils. This includes turning the input string into a canonical representation of the property path (for caching and allowed/disallowed checks) and splitting the path into segments for target property access.This enhancement should focus the implementation in a single place and avoid behavior differences between different parts of the codebase.
This is already work in progress so contributions are not welcome.