Skip to content

Extract bean property path support into PropertyPath #37275

Description

@bclozel

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

in: coreIssues in core modules (aop, beans, core, context, expression)type: enhancementA general enhancement

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions