Class Interceptors


  • public class Interceptors
    extends java.lang.Object
    • Constructor Detail

      • Interceptors

        public Interceptors​(Interceptor... interceptors)
      • Interceptors

        public Interceptors​(java.util.Collection<Interceptor> interceptorList)
    • Method Detail

      • getAllMethodRefs

        public java.util.Collection<MethodRef> getAllMethodRefs()
      • getInterceptionHandler

        public Function<java.lang.Object,​java.lang.Object> getInterceptionHandler​(MethodSignature methodSignature)
      • findInterceptor

        public Interceptor findInterceptor​(java.lang.String className,
                                           java.lang.String methodName)