Interface EvaluationContextConfigurer

All Superinterfaces:
EvaluationContextConfigurer
All Known Implementing Classes:
DefaultEvaluationContextConfigurer, NoOpEvaluationContextConfigurer

@Deprecated(since="1.6.8", forRemoval=true) public interface EvaluationContextConfigurer extends EvaluationContextConfigurer
Deprecated, for removal: This API element is subject to removal in a future version.
since 1.6.8, This class has been deprecated in the effort of the library modularization. It is recommended to use the EvaluationContextConfigurer class instead. This class will not be exported in the future releases of the module.
Allows for custom configuration of a spring expression language EvaluationContext. This can, for example, be used to add custom PropertyAccessors and MethodResolvers.
Since:
1.0.13
Version:
${version}
Author:
Joseph Verron, Mario Siegenthaler