Package org.springframework.context.expression
Expression parsing support within a Spring application context.
Class Summary Class Description AnnotatedElementKey Represent anAnnotatedElement
on a particularClass
and is suitable as a key.BeanExpressionContextAccessor EL property accessor that knows how to traverse the beans and contextual objects of a SpringBeanExpressionContext
.BeanFactoryAccessor EL property accessor that knows how to traverse the beans of a SpringBeanFactory
.BeanFactoryResolver EL bean resolver that operates against a SpringBeanFactory
.CachedExpressionEvaluator Shared utility class used to evaluate and cache SpEL expressions that are defined onAnnotatedElement
.CachedExpressionEvaluator.ExpressionKey An expression key.EnvironmentAccessor Read-only EL property accessor that knows how to retrieve keys of a SpringEnvironment
instance.MapAccessor EL property accessor that knows how to traverse the keys of a standardMap
.MethodBasedEvaluationContext A method-basedEvaluationContext
that provides explicit support for method-based invocations.StandardBeanExpressionResolver Standard implementation of theBeanExpressionResolver
interface, parsing and evaluating Spring EL using Spring's expression module.