Class DynamicMethodMatcher

java.lang.Object
org.springframework.aop.support.DynamicMethodMatcher
All Implemented Interfaces:
MethodMatcher
Direct Known Subclasses:
DynamicMethodMatcherPointcut

public abstract class DynamicMethodMatcher extends Object implements MethodMatcher
Convenient abstract superclass for dynamic method matchers, which do care about arguments at runtime.
Author:
Rod Johnson
  • Constructor Details

    • DynamicMethodMatcher

      public DynamicMethodMatcher()
  • Method Details