| Interface | Description |
|---|---|
| ServiceIdResolver |
Created by inikolaev on 12/02/2017.
|
| Class | Description |
|---|---|
| DefaultServiceIdResolver |
Default implementation of
ServiceIdResolver which generates service ID by concatenating HTTP verb and endpoint path. |
| OperationIdServiceIdResolver |
Implementation of
ServiceIdResolver which uses operationId property specified for an operation in Swagger file
and falls back to DefaultServiceIdResolver if no operation ID specified. |
| SwaggerRouter |
Copyright © 2018. All rights reserved.