| Package | Description |
|---|---|
| org.springframework.expression | |
| org.springframework.expression.spel.support |
| Modifier and Type | Method and Description |
|---|---|
List<MethodResolver> |
EvaluationContext.getMethodResolvers()
Return a list of resolvers that will be asked in turn to locate a method.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ReflectiveMethodResolver
Reflection-based
MethodResolver used by default in StandardEvaluationContext
unless explicit method resolvers have been specified. |
| Modifier and Type | Method and Description |
|---|---|
List<MethodResolver> |
StandardEvaluationContext.getMethodResolvers() |
| Modifier and Type | Method and Description |
|---|---|
void |
StandardEvaluationContext.addMethodResolver(MethodResolver resolver) |
boolean |
StandardEvaluationContext.removeMethodResolver(MethodResolver methodResolver) |
| Modifier and Type | Method and Description |
|---|---|
void |
StandardEvaluationContext.setMethodResolvers(List<MethodResolver> methodResolvers) |
Copyright © 2015. All rights reserved.