Class UniqueMethodFilter

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

public class UniqueMethodFilter extends Object implements org.springframework.util.ReflectionUtils.MethodFilter
A ReflectionUtils.MethodFilter implementation that will match unique methods.
Author:
Oleg Zhurakousky, Janne Valkealahti
  • Constructor Details

    • UniqueMethodFilter

      public UniqueMethodFilter(Class<?> targetClass)
  • Method Details

    • matches

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