Interface EvaluationContextProvider

All Known Subinterfaces:
ReactiveEvaluationContextProvider
All Known Implementing Classes:
ExtensionAwareEvaluationContextProvider, ReactiveExtensionAwareEvaluationContextProvider
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface EvaluationContextProvider
Provides a way to access a centrally defined potentially shared StandardEvaluationContext.
Since:
2.1
Author:
Thomas Darimont, Oliver Gierke, Christoph Strobl, Mark Paluch