Interface EvaluationContextFactory
- All Known Implementing Classes:
SimpleEvaluationContextFactory,StandardEvaluationContextFactory
public interface EvaluationContextFactory
Factory to create the
EvaluationContext for a given root Object.- Since:
- 2.4.8
- Author:
- Rossen Stoyanchev
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.expression.EvaluationContextcreateContext(Object rootObject) Create anEvaluationContextfor the given root object.
-
Method Details
-
createContext
Create anEvaluationContextfor the given root object.- Parameters:
rootObject- the root object- Returns:
- the created context instance
-