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.EvaluationContext
createContext
(Object rootObject) Create anEvaluationContext
for the given root object.
-
Method Details
-
createContext
Create anEvaluationContext
for the given root object.- Parameters:
rootObject
- the root object- Returns:
- the created context instance
-