@FunctionalInterface public interface MethodFilter
Modifier and Type | Method and Description |
---|---|
List<Method> |
filter(List<Method> methods)
Called by the method resolver to allow the SpEL user to organize the list of
candidate methods that may be invoked.
|
List<Method> filter(List<Method> methods)
methods
- the full list of methods the resolver was going to choose from