Skip to main content
Module

x/mandarinets/mod.ts>DI.InjectionTypes

Mandarine.TS is a typescript, decorator-driven framework that allows you to create server-side applications. Mandarine.TS provides a range of built-in solutions such as Dependency Injection, Components, ORM and more. Under its umbrella, Mandarine.TS has 4 modules: Core, Data, Security and MVC, these modules will offer you the requirements to build a Mandarine-powered application.
Latest
enum DI.InjectionTypes
import { DI } from "https://deno.land/x/mandarinets@v2.3.2/mod.ts";
const { InjectionTypes } = DI;

List of all the possible injection types. NOTE INJECTABLE_OBJECT refers to a injection that is not part of Mandarine Components but it has been defined as a component by the user.

Members

AUTH_PRINCIPAL_PARAM
CUSTOM_DECORATOR_PARAM
INJECTABLE_OBJECT
PARAMETERS_PARAM
QUERY_PARAM
REQUEST_BODY_PARAM
REQUEST_CONTEXT_PARAM
REQUEST_PARAM
RESPONSE_PARAM
ROUTE_PARAM
SERVER_REQUEST_PARAM
SESSION_PARAM
TEMPLATE_MODEL_PARAM