-
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: enhancementA general enhancementA general enhancement
Milestone
Description
Overview
SpelNodeImpl
currently defines isCompilable()
and generateCode(...)
methods which make each SpelNodeImpl
compilation aware; however, there are times when it would be beneficial to be able to invoke these methods via the SpelNode
API – for example, for types within the org.springframework.expression.spel
package that deal with compilation.
This is in fact a prerequisite for the forthcoming CompilableIndexAccessor
.
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: enhancementA general enhancementA general enhancement