Class AbstractInterceptor

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected <T extends java.lang.annotation.Annotation>
      java.lang.String
      resolveTarget​(org.aopalliance.intercept.MethodInvocation invocation, java.lang.Class<T> expected)  
      void setCacheService​(TransparentCacheService cacheService)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.aopalliance.intercept.MethodInterceptor

        invoke
    • Constructor Detail

      • AbstractInterceptor

        public AbstractInterceptor()
    • Method Detail

      • resolveTarget

        protected <T extends java.lang.annotation.Annotation> java.lang.String resolveTarget​(org.aopalliance.intercept.MethodInvocation invocation,
                                                                                             java.lang.Class<T> expected)