| Package | Description | 
|---|---|
| org.springframework.expression | Core abstractions behind the Spring Expression Language. | 
| org.springframework.expression.spel.support | SpEL's default implementations for various core abstractions. | 
| 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  | DataBindingMethodResolverA  MethodResolvervariant for data binding
 purposes, using reflection to access instance methods on a given target object. | 
| class  | ReflectiveMethodResolverReflection-based  MethodResolverused by default inStandardEvaluationContextunless explicit method resolvers have been specified. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<MethodResolver> | SimpleEvaluationContext. getMethodResolvers()Return the specified  MethodResolverdelegates, if any. | 
| List<MethodResolver> | StandardEvaluationContext. getMethodResolvers() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | StandardEvaluationContext. addMethodResolver(MethodResolver resolver) | 
| boolean | StandardEvaluationContext. removeMethodResolver(MethodResolver methodResolver) | 
| SimpleEvaluationContext.Builder | SimpleEvaluationContext.Builder. withMethodResolvers(MethodResolver... resolvers)Register the specified  MethodResolverdelegates for
 a combination of property access and method resolution. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | StandardEvaluationContext. setMethodResolvers(List<MethodResolver> methodResolvers) |