Package org.springframework.context.expression
@NonNullApi
@NonNullFields
package org.springframework.context.expression
Expression parsing support within a Spring application context.
-
ClassDescriptionRepresent an
AnnotatedElement
on a particularClass
and is suitable as a key.EL property accessor that knows how to traverse the beans and contextual objects of a SpringBeanExpressionContext
.EL property accessor that knows how to traverse the beans of a SpringBeanFactory
.EL bean resolver that operates against a SpringBeanFactory
.Shared utility class used to evaluate and cache SpEL expressions that are defined onAnnotatedElement
.An expression key.Read-only EL property accessor that knows how to retrieve keys of a SpringEnvironment
instance.EL property accessor that knows how to traverse the keys of a standardMap
.A method-basedEvaluationContext
that provides explicit support for method-based invocations.Standard implementation of theBeanExpressionResolver
interface, parsing and evaluating Spring EL using Spring's expression module.