Class AnnotationDeepMethodMatcher

java.lang.Object
org.springframework.aop.support.StaticMethodMatcher
org.springframework.aop.support.annotation.AnnotationMethodMatcher
com.gsitm.ustra.java.data.datasource.aop.AnnotationDeepMethodMatcher
All Implemented Interfaces:
org.springframework.aop.MethodMatcher

public class AnnotationDeepMethodMatcher extends org.springframework.aop.support.annotation.AnnotationMethodMatcher
Annotation Matcher
  • Field Summary

    Fields inherited from interface org.springframework.aop.MethodMatcher

    TRUE
  • Constructor Summary

    Constructors
    Constructor
    Description
    AnnotationDeepMethodMatcher(Class<? extends Annotation> annotationType)
     
  • Method Summary

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

    Methods inherited from class org.springframework.aop.support.annotation.AnnotationMethodMatcher

    equals, hashCode, toString

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

    isRuntime, matches

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • AnnotationDeepMethodMatcher

      public AnnotationDeepMethodMatcher(Class<? extends Annotation> annotationType)
  • Method Details

    • matches

      public boolean matches(Method method, Class<?> targetClass)
      Specified by:
      matches in interface org.springframework.aop.MethodMatcher
      Overrides:
      matches in class org.springframework.aop.support.annotation.AnnotationMethodMatcher