Interface EvaluationContextFactory
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Factory interface for creating
EvaluationContext instances.-
Method Summary
-
Method Details
-
create
Creates an evaluation context for the given context root.- Parameters:
contextRoot- the root object for evaluation.- Returns:
- the evaluation context.
-