| Package | Description | 
|---|---|
| org.springframework.expression.spel.support | SpEL's default implementations for various core abstractions. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ReflectiveMethodResolver. registerMethodFilter(Class<?> type,
                    MethodFilter filter)Register a filter for methods on the given type. | 
| void | StandardEvaluationContext. registerMethodFilter(Class<?> type,
                    MethodFilter filter)Register a  MethodFilterwhich will be called during method resolution
 for the specified type. |