Package org.springframework.expression.spel.standard
@NullMarked
package org.springframework.expression.spel.standard
SpEL's standard parser implementation.
- 
ClassesClassDescriptionA SpelCompiler will take a regular parsed expression and create (and load) a class containing byte code that does the same thing as that expression.ASpelExpressionrepresents a parsed (valid) expression that is ready to be evaluated in a specified context.SpEL parser.