Class MethodCall.MethodInvoker.ForVirtualInvocation.Factory

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

@Enhance protected static class MethodCall.MethodInvoker.ForVirtualInvocation.Factory extends Object implements MethodCall.MethodInvoker.Factory
A method invoker factory for a virtual method invocation.
  • Field Details

    • typeDescription

      private final TypeDescription typeDescription
      The type on which the virtual method is invoked.
  • Constructor Details

    • Factory

      protected Factory(TypeDescription typeDescription)
      Creates a new method invoker factory for a virtual method call.
      Parameters:
      typeDescription - The type on which the virtual method is invoked.
  • Method Details