public interface EvaluationContextProvider
StandardEvaluationContext
.Modifier and Type | Field and Description |
---|---|
static EvaluationContextProvider |
DEFAULT
A simple default
EvaluationContextProvider returning a StandardEvaluationContext with the given
root object. |
Modifier and Type | Method and Description |
---|---|
EvaluationContext |
getEvaluationContext(Object rootObject)
Returns an
EvaluationContext built using the given parameter values. |
static final EvaluationContextProvider DEFAULT
EvaluationContextProvider
returning a StandardEvaluationContext
with the given
root object.EvaluationContext getEvaluationContext(Object rootObject)
EvaluationContext
built using the given parameter values.rootObject
- the root object to set in the EvaluationContext
.Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.