Kind: Class
Source: atloria-monorepo/packages/doc-automation/src/v2/stages/stage-01-parse/detectors/spring-detector.ts
Spring Boot Detector
Methods
| Method | Signature | Returns |
|---|---|---|
detectControllers | detectControllers(entities: Entity[]) | DetectedSpringController[] |
detectServices | detectServices(entities: Entity[]) | DetectedSpringService[] |
detectEntities | detectEntities(entities: Entity[]) | DetectedJPAEntity[] |
getControllerSummary | getControllerSummary(controller: DetectedSpringController) | string |
Where it refuses work
SpringDetectorstops the work with an early return when!paramsStr.trim().
Was this page helpful?