Class JavassistMethodInvocation<T>

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

    public abstract class JavassistMethodInvocation<T>
    extends Object
    implements org.aopalliance.intercept.MethodInvocation
    Javassist implementation for a method invocation.
    Author:
    Brennan Spies
    • Constructor Detail

      • JavassistMethodInvocation

        public JavassistMethodInvocation​(T target,
                                         String methodName,
                                         Object... args)
    • 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
      • getThis

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

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