| Modifier and Type | Class and Description |
|---|---|
class |
ApiNormalisedPath
This utility normalize the RESTful API path so that they can be
handled identically.
|
| Modifier and Type | Method and Description |
|---|---|
NormalisedPath |
SwaggerOperation.getPathString() |
| Modifier and Type | Method and Description |
|---|---|
static Optional<NormalisedPath> |
SwaggerHelper.findMatchingApiPath(NormalisedPath requestPath) |
| Modifier and Type | Method and Description |
|---|---|
static Optional<NormalisedPath> |
SwaggerHelper.findMatchingApiPath(NormalisedPath requestPath) |
| Constructor and Description |
|---|
SwaggerOperation(NormalisedPath pathString,
io.swagger.models.Path pathObject,
io.swagger.models.HttpMethod method,
io.swagger.models.Operation operation) |
Copyright © 2017. All rights reserved.