|
Spring Integration | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.integration.util.FixedMethodFilter
public class FixedMethodFilter
A 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 Summary | |
|---|---|
FixedMethodFilter(java.lang.reflect.Method method)
|
|
| Method Summary | |
|---|---|
java.util.List<java.lang.reflect.Method> |
filter(java.util.List<java.lang.reflect.Method> methods)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FixedMethodFilter(java.lang.reflect.Method method)
| Method Detail |
|---|
public java.util.List<java.lang.reflect.Method> filter(java.util.List<java.lang.reflect.Method> methods)
filter in interface org.springframework.expression.MethodFilter
|
Spring Integration | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||