Class MonitoredSpringControllerAndServicePointcut

java.lang.Object
net.bull.javamelody.MonitoredSpringControllerAndServicePointcut
All Implemented Interfaces:
org.springframework.aop.Pointcut

public class MonitoredSpringControllerAndServicePointcut extends Object implements org.springframework.aop.Pointcut
Pointcut that identifies methods/classes with the Controller, RestController and Service annotations.
Author:
Emeric Vernat
  • Constructor Details

    • MonitoredSpringControllerAndServicePointcut

      public MonitoredSpringControllerAndServicePointcut()
  • Method Details

    • getClassFilter

      public org.springframework.aop.ClassFilter getClassFilter()
      Specified by:
      getClassFilter in interface org.springframework.aop.Pointcut
      Returns:
      a class filter that lets all class through.
    • getMethodMatcher

      public org.springframework.aop.MethodMatcher getMethodMatcher()
      Specified by:
      getMethodMatcher in interface org.springframework.aop.Pointcut
      Returns:
      a method matcher that matches any method.