public interface EvaluationContextProvider
StandardEvaluationContext
.Modifier and Type | Method and Description |
---|---|
<T extends Parameters<T,? extends Parameter>> |
getEvaluationContext(T parameters,
Object[] parameterValues)
Returns an
EvaluationContext built using the given Parameters and parameter values. |
<T extends Parameters<T,? extends Parameter>> EvaluationContext getEvaluationContext(T parameters, Object[] parameterValues)
EvaluationContext
built using the given Parameters
and parameter values.parameters
- the Parameters
instance obtained from the query method the context is built for.parameterValues
- the values for the parameters.Copyright © 2011-2014–2015 Pivotal Software, Inc.. All rights reserved.