Make SpelNode
compilation aware
#32707
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
type: enhancement
A general enhancement
Milestone
Overview
SpelNodeImpl
currently definesisCompilable()
andgenerateCode(...)
methods which make eachSpelNodeImpl
compilation aware; however, there are times when it would be beneficial to be able to invoke these methods via theSpelNode
API – for example, for types within theorg.springframework.expression.spel
package that deal with compilation.This is in fact a prerequisite for the forthcoming
CompilableIndexAccessor
.Related Issues
CompilableIndexAccessor
SPI in SpEL #32613generateCodeForArgument()
inCodeFlow
#32708The text was updated successfully, but these errors were encountered: