See: Description
Interface | Description |
---|---|
ExpressionEvalMap.EvaluationCallback |
Implementations of this interface can be provided to build 'on demand
ExpressionEvalMap.get(Object) logic'
for ExpressionEvalMap . |
ExpressionEvalMap.ExpressionEvalMapComponentsBuilder | |
ExpressionEvalMap.ExpressionEvalMapFinalBuilder | |
ExpressionSource |
Strategy interface for retrieving Expressions.
|
IntegrationEvaluationContextAware |
Class | Description |
---|---|
DynamicExpression |
An implementation of
Expression that delegates to an ExpressionSource
for resolving the actual Expression instance per-invocation at runtime. |
ExpressionEvalMap |
An immutable
AbstractMap implementation that wraps a Map<String, Object> ,
where values must be instances of String or Expression ,
and evaluates an expression for the provided key from the underlying
original Map. |
ExpressionEvalMap.ComponentsEvaluationCallback |
The
ExpressionEvalMap.EvaluationCallback implementation which evaluates an expression using
the provided context , root and returnType variables. |
ExpressionEvalMap.ExpressionEvalMapBuilder |
The builder class to instantiate
ExpressionEvalMap . |
ExpressionUtils |
Utility class with static methods for helping with establishing environments for
SpEL expressions.
|
IntegrationEvaluationContextAwareBeanPostProcessor | |
ReloadableResourceBundleExpressionSource |
ExpressionSource implementation that accesses resource bundles using specified basenames. |