Class ScannedMethodInvocation

  • All Implemented Interfaces:
    org.aopalliance.intercept.Invocation, org.aopalliance.intercept.Joinpoint, org.aopalliance.intercept.MethodInvocation

    public class ScannedMethodInvocation
    extends Object
    implements org.aopalliance.intercept.MethodInvocation
    代理 MethodInvocation, 不支持 proceed() 操作。
    Author:
    CofCool
    • Constructor Detail

      • ScannedMethodInvocation

        public ScannedMethodInvocation​(org.aopalliance.intercept.MethodInvocation invocation)
    • Method Detail

      • getMethod

        public Method getMethod()
        Specified by:
        getMethod in interface org.aopalliance.intercept.MethodInvocation
      • getArguments

        public Object[] getArguments()
        Specified by:
        getArguments in interface org.aopalliance.intercept.Invocation
      • proceed

        public Object proceed()
                       throws Throwable
        Specified by:
        proceed in interface org.aopalliance.intercept.Joinpoint
        Throws:
        Throwable
      • getThis

        public Object getThis()
        Specified by:
        getThis in interface org.aopalliance.intercept.Joinpoint
      • getStaticPart

        public AccessibleObject getStaticPart()
        Specified by:
        getStaticPart in interface org.aopalliance.intercept.Joinpoint