Interface ValueEvaluationContextProvider

All Known Subinterfaces:
ReactiveValueEvaluationContextProvider
All Known Implementing Classes:
CachingValueExpressionEvaluatorFactory
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 ValueEvaluationContextProvider
SPI to provide to access a centrally defined potentially shared ValueEvaluationContext.
Since:
3.3
Author:
Mark Paluch