# NestJSDetector

**Kind:** Class

**Source:** [`atloria-monorepo/packages/doc-automation/src/v2/stages/stage-01-parse/detectors/nestjs-detector.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/doc-automation/src/v2/stages/stage-01-parse/detectors/nestjs-detector.ts#L98)

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

- `NestJSDetector` stops the work with an early return when `!match`.
