Class MethodCall.MethodInvoker.ForDefaultMethodInvocation

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

@Enhance public static class MethodCall.MethodInvoker.ForDefaultMethodInvocation extends Object implements MethodCall.MethodInvoker
Invokes a method as a Java 8 default method.
  • Field Details

    • instrumentedType

      private final TypeDescription instrumentedType
      The instrumented type.
  • Constructor Details

    • ForDefaultMethodInvocation

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