# SpringEndpoint

**Kind:** Interface

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

Spring endpoint

## Properties

| Property | Type |
|---|---|
| `method` | `'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE'` |
| `path` | `string` |
| `handlerName` | `string` |
| `requestBody` | `string` |
| `responseType` | `string` |
| `pathVariables` | `string[]` |
| `requestParams` | `string[]` |
| `security` | `string` |
