Class UniqueMethodFilter

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

public class UniqueMethodFilter
extends java.lang.Object
implements org.springframework.util.ReflectionUtils.MethodFilter
Since:
2.0
  • Constructor Summary

    Constructors 
    Constructor Description
    UniqueMethodFilter​(java.lang.Class<?> targetClass)  
  • Method Summary

    Modifier and Type Method Description
    boolean matches​(java.lang.reflect.Method method)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.springframework.util.ReflectionUtils.MethodFilter

    and
  • Constructor Details

  • Method Details

    • matches

      public boolean matches​(java.lang.reflect.Method method)
      Specified by:
      matches in interface org.springframework.util.ReflectionUtils.MethodFilter