Uses of Package
org.springframework.expression.spel.support
Packages that use 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.
-
Classes in org.springframework.expression.spel.support used by org.springframework.context.expression
-
-
Classes in org.springframework.expression.spel.support used by org.springframework.expression.spel.supportClassDescriptionA
TypedValuefor booleans.AMethodResolvervariant for data binding purposes, using reflection to access instance methods on a given target object.APropertyAccessorvariant for data binding purposes, using reflection to access properties for reading and possibly writing.Reflection-basedMethodResolverused by default inStandardEvaluationContextunless explicit method resolvers have been specified.A powerfulPropertyAccessorthat uses reflection to access properties for reading and possibly also for writing on a target instance.A basic implementation ofEvaluationContextthat focuses on a subset of essential SpEL features and customization options, targeting simple condition evaluation and in particular data binding scenarios.Builder forSimpleEvaluationContext.