Generated by
JDiff

Package org.springframework.expression.spel.standard

Added Classes
SpelCompiler A SpelCompiler will take a regular parsed expression and create (and load) a class containing byte code that does the same thing as that expression.
SpelCompiler.ChildClassLoader A ChildClassLoader will load the generated compiled expression classes
 

Changed Classes
SpelExpression A {@code SpelExpression} represents a parsed (valid) expression that is ready to be evaluated in a specified context.