public interface EvaluationContextFactory
EvaluationContext for a given root Object.| Modifier and Type | Method and Description |
|---|---|
org.springframework.expression.EvaluationContext |
createContext(java.lang.Object rootObject)
Create an
EvaluationContext for the given root object. |