novx
    Preparing search index...

    Class AbstractInstanceProvider<T>Abstract

    Abstract provider interface responsible for creating instances

    Type Parameters

    • T = any

    Hierarchy (View Summary)

    Index

    Constructors

    Methods

    • Return the types that this provider depends on (for constructor or setter injection) The second element is the number of parameters that a construction injection will require

      Returns [any[], number]

    • Return the type of the created instance

      Returns (new (...args: any[]) => T) | { prototype: any }