Uses of Package
org.springframework.expression.spel.support
Package
Description
Expression parsing support within a Spring application context.
SpEL's abstract syntax tree.
SpEL's default implementations for various core abstractions.
-
-
-
ClassDescriptionA
TypedValue
for booleans.AnMethodResolver
variant for data binding purposes, using reflection to access instance methods on a given target object.AnPropertyAccessor
variant for data binding purposes, using reflection to access properties for reading and possibly writing.Reflection-basedMethodResolver
used by default inStandardEvaluationContext
unless explicit method resolvers have been specified.A powerfulPropertyAccessor
that uses reflection to access properties for reading and possibly also for writing on a target instance.A basic implementation ofEvaluationContext
that focuses on a subset of essential SpEL features and customization options, targeting simple condition evaluation and in particular data binding scenarios.Builder forSimpleEvaluationContext
.A powerful and highly configurableEvaluationContext
implementation.