Interface InterceptorFactory


  • public interface InterceptorFactory

    Factory which can be used to create per-method instances of interceptor(s).

    Since:
    1.0
    Author:
    Brennan Spies
    • Method Detail

      • getInterceptors

        List<org.aopalliance.intercept.MethodInterceptor> getInterceptors​(Method method)
        Returns a list of interceptors for the given method.
        Parameters:
        method - The method to be intercepted
        Returns:
        The interceptor chain (in order of invocation)