Class FixedMethodFilter

java.lang.Object
org.springframework.integration.util.FixedMethodFilter
All Implemented Interfaces:
MethodFilter

public class FixedMethodFilter extends Object implements MethodFilter
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.
Since:
2.0
Author:
Mark Fisher, Gary Russell