Class SpringHookMethodsFilter

java.lang.Object
org.springframework.aop.support.StaticMethodMatcher
de.codecentric.spring.boot.chaos.monkey.watcher.advice.filter.SpringHookMethodsFilter
All Implemented Interfaces:
org.springframework.aop.MethodMatcher

public class SpringHookMethodsFilter extends org.springframework.aop.support.StaticMethodMatcher
  • Field Details

  • Constructor Details

    • SpringHookMethodsFilter

      public SpringHookMethodsFilter()
  • Method Details

    • matches

      public boolean matches(Method method, Class<?> targetClass)