Package org.springframework.context.expression
@NonNullApi
@NonNullFields
package org.springframework.context.expression
Expression parsing support within a Spring application context.
-
ClassDescriptionRepresents an
AnnotatedElement
in a particularClass
and is suitable for use as a cache key.SpELPropertyAccessor
that knows how to access the beans and contextual objects of a SpringBeanExpressionContext
.SpELPropertyAccessor
that knows how to access the beans of a SpringBeanFactory
.SpELBeanResolver
that operates against a SpringBeanFactory
.Shared utility class used to evaluate and cache SpEL expressions that are defined on anAnnotatedElement
.An expression key.Read-only SpELPropertyAccessor
that knows how to retrieve properties of a SpringEnvironment
instance.SpELPropertyAccessor
that knows how to access 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.