novx
    Preparing search index...

    Class AnnotationResolver<T>Abstract

    Base class for resolving annotated parameter values

    Type Parameters

    • T = any

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    annotationType: any

    Methods

    • Resolve the actual value to inject

      Parameters

      • annotationValue: any

        The annotation instance

      • paramType: any

        The actual parameter type

      • environment: Environment

        The DI environment

      • ...deps: any[]

        Resolved dependencies from dependencies()

      Returns T