public interface QueryMethodEvaluationContextProvider
StandardEvaluationContext
.Modifier and Type | Field and Description |
---|---|
static QueryMethodEvaluationContextProvider |
DEFAULT |
Modifier and Type | Method and Description |
---|---|
<T extends Parameters<?,?>> |
getEvaluationContext(T parameters,
Object[] parameterValues)
Returns an
EvaluationContext built using the given Parameters and parameter values. |
static final QueryMethodEvaluationContextProvider DEFAULT
<T extends Parameters<?,?>> 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–2020 Pivotal Software, Inc.. All rights reserved.