Hierarchy

Constructors

Properties

routes: Map<string, RouterInfo[]> = ...
routesPriority: RouterPriority[] = []

Methods

  • Parameters

    Returns {
        _category: number;
        _level: number;
        _paramString: string;
        _pureRouter: string;
        _weight: number;
        controllerClz?: (new (...args: any[]) => any);
        controllerId?: string;
        controllerMiddleware?: any[];
        description?: string;
        fullUrl?: string;
        fullUrlCompiledRegexp?: RegExp;
        fullUrlFlattenString?: string;
        funcHandlerName?: string;
        functionMetadata?: any;
        functionName?: string;
        functionTriggerMetadata?: any;
        functionTriggerName?: string;
        handlerName?: string;
        id?: string;
        method: string | ((...args: any[]) => void);
        middleware?: any[];
        prefix?: string;
        requestMetadata?: any[];
        requestMethod: string;
        responseMetadata?: any[];
        routerName?: string;
        summary?: string;
        url: string | RegExp;
    }[]

Generated using TypeDoc