Class MvcMethodInterceptor

java.lang.Object
com.codingapi.springboot.fast.executor.MvcMethodInterceptor
All Implemented Interfaces:
org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor

public class MvcMethodInterceptor extends Object implements org.aopalliance.intercept.MethodInterceptor
  • Constructor Details

    • MvcMethodInterceptor

      public MvcMethodInterceptor()
  • Method Details

    • invoke

      public Object invoke(org.aopalliance.intercept.MethodInvocation invocation) throws Throwable
      Specified by:
      invoke in interface org.aopalliance.intercept.MethodInterceptor
      Throws:
      Throwable