Class MethodCall.MethodInvoker.ForSuperMethodInvocation

java.lang.Object
net.bytebuddy.implementation.MethodCall.MethodInvoker.ForSuperMethodInvocation
All Implemented Interfaces:
MethodCall.MethodInvoker
Enclosing interface:
MethodCall.MethodInvoker

@Enhance public static class MethodCall.MethodInvoker.ForSuperMethodInvocation extends Object implements MethodCall.MethodInvoker
Applies a super method invocation of the provided method.
  • Field Details

    • instrumentedType

      private final TypeDescription instrumentedType
      The instrumented type.
  • Constructor Details

    • ForSuperMethodInvocation

      protected ForSuperMethodInvocation(TypeDescription instrumentedType)
      Creates a method invoker for a super method invocation.
      Parameters:
      instrumentedType - The instrumented type.
  • Method Details