Package | Description |
---|---|
org.springframework.context.expression |
Expression parsing support within a Spring application context.
|
org.springframework.expression.spel.ast |
SpEL's abstract syntax tree.
|
org.springframework.expression.spel.support |
SpEL's default implementations for various core abstractions.
|
Class and Description |
---|
StandardEvaluationContext
A powerful and highly configurable
EvaluationContext implementation. |
Class and Description |
---|
BooleanTypedValue
A
TypedValue for booleans. |
Class and Description |
---|
BooleanTypedValue
A
TypedValue for booleans. |
DataBindingMethodResolver
A
MethodResolver variant for data binding
purposes, using reflection to access instance methods on a given target object. |
DataBindingPropertyAccessor
A
PropertyAccessor variant for data binding
purposes, using reflection to access properties for reading and possibly writing. |
ReflectiveMethodResolver
Reflection-based
MethodResolver used by default in StandardEvaluationContext
unless explicit method resolvers have been specified. |
ReflectivePropertyAccessor
A powerful
PropertyAccessor that uses reflection to access properties
for reading and possibly also for writing on a target instance. |
SimpleEvaluationContext
A basic implementation of
EvaluationContext that focuses on a subset
of essential SpEL features and customization options, targeting simple
condition evaluation and in particular data binding scenarios. |
SimpleEvaluationContext.Builder
Builder for
SimpleEvaluationContext . |