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

public class MethodNameFilter extends org.springframework.aop.support.StaticMethodMatcher
  • Field Summary

    Fields inherited from interface org.springframework.aop.MethodMatcher

    TRUE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    matches(Method method, Class<?> targetClass)
     

    Methods inherited from class org.springframework.aop.support.StaticMethodMatcher

    isRuntime, matches

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MethodNameFilter

      public MethodNameFilter()
  • Method Details

    • matches

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