Class MethodCall.MethodInvoker.ForVirtualInvocation

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

@Enhance public static class MethodCall.MethodInvoker.ForVirtualInvocation extends Object implements MethodCall.MethodInvoker
Applies a virtual invocation on a given type.
  • Field Details

    • typeDescription

      private final TypeDescription typeDescription
      The type description to virtually invoke the method upon.
  • Constructor Details

    • ForVirtualInvocation

      protected ForVirtualInvocation(TypeDescription typeDescription)
      Creates a new method invoking for a virtual method invocation.
      Parameters:
      typeDescription - The type description to virtually invoke the method upon.
  • Method Details