Spring Integration

Package org.springframework.integration.expression

Provides classes supporting SpEL expressions.

See:
          Description

Interface Summary
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 Summary
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 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.
 

Package org.springframework.integration.expression Description

Provides classes supporting SpEL expressions.


Spring Integration