Class MethodDelegationBinder.MethodInvoker.Virtual

    • Field Detail

      • typeDescription

        private final TypeDescription typeDescription
        The type on which a method should be invoked virtually.
    • Constructor Detail

      • Virtual

        public Virtual​(TypeDescription typeDescription)
        Creates an immutable method invoker that dispatches all methods on a given type.
        Parameters:
        typeDescription - The type on which the method is invoked by virtual invocation.