Class MethodCall.MethodInvoker.ForVirtualInvocation.Factory

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Factory​(TypeDescription typeDescription)
      Creates a new method invoker factory for a virtual method call.
    • Field Detail

      • typeDescription

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

      • 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.