Uses of Package
org.springframework.expression.spel.support
Packages that use org.springframework.expression.spel.support 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.Classes in org.springframework.expression.spel.support used by org.springframework.context.expression Class Description StandardEvaluationContext A powerful and highly configurableEvaluationContextimplementation.Classes in org.springframework.expression.spel.support used by org.springframework.expression.spel.ast Class Description BooleanTypedValue ATypedValuefor booleans.Classes in org.springframework.expression.spel.support used by org.springframework.expression.spel.support Class Description BooleanTypedValue ATypedValuefor booleans.DataBindingMethodResolver AMethodResolvervariant for data binding purposes, using reflection to access instance methods on a given target object.DataBindingPropertyAccessor APropertyAccessorvariant for data binding purposes, using reflection to access properties for reading and possibly writing.ReflectiveMethodResolver Reflection-basedMethodResolverused by default inStandardEvaluationContextunless explicit method resolvers have been specified.ReflectivePropertyAccessor A powerfulPropertyAccessorthat uses reflection to access properties for reading and possibly also for writing on a target instance.SimpleEvaluationContext 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.SimpleEvaluationContext.Builder Builder forSimpleEvaluationContext.