public class FixedMethodFilter
extends java.lang.Object
implements org.springframework.expression.MethodFilter
MethodFilter implementation that will always return the same Method
instance within a single-element list if it is present in the candidate list.
If the Method is not present in the candidate list, it will return an empty
list.| Constructor and Description |
|---|
FixedMethodFilter(java.lang.reflect.Method method) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.reflect.Method> |
filter(java.util.List<java.lang.reflect.Method> methods) |