public ProxyFactoryBuilder | intercept(Matcher<? super Class<?>> classMatcher, Matcher<? super Method> methodMatcher, MethodInterceptor... interceptors) Applies the given method interceptor to the methods matched by the class
and method matchers.
Parameters: classMatcher - matches classes the interceptor should apply to. |