Kind: Class
Source: atloria-monorepo/packages/doc-automation/src/v2/stages/stage-01-parse/detectors/nestjs-detector.ts
NestJS Detector
Methods
| Method | Signature | Returns |
|---|---|---|
detectControllers | detectControllers(entities: Entity[]) | DetectedNestJSController[] |
detectServices | detectServices(entities: Entity[]) | DetectedNestJSService[] |
getControllerSummary | getControllerSummary(controller: DetectedNestJSController) | string |
Where it refuses work
NestJSDetectorstops the work with an early return when!match.
Was this page helpful?