-
Notifications
You must be signed in to change notification settings - Fork 38.6k
Closed
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)type: bugA general bugA general bug
Milestone
Description
Overview
Due to the current implementation of IndexAccessor
support, a custom index accessor cannot support a String
index type.
The reason is that our "indexing into an object by property name" feature owns the String
index type.
We should therefore ensure that a custom IndexAccessor
can support a String
index type and make our "indexing into an object by property name" feature the fallback, best-effort scenario.
Related Issues
Metadata
Metadata
Assignees
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)type: bugA general bugA general bug