| Package | Description |
|---|---|
| com.networknt.openapi |
| 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 |
OpenApiOperation.getPathString() |
| Modifier and Type | Method and Description |
|---|---|
static Optional<NormalisedPath> |
OpenApiHelper.findMatchingApiPath(NormalisedPath requestPath) |
| Modifier and Type | Method and Description |
|---|---|
static Optional<NormalisedPath> |
OpenApiHelper.findMatchingApiPath(NormalisedPath requestPath) |
| Constructor and Description |
|---|
OpenApiOperation(NormalisedPath pathString,
com.networknt.oas.model.Path pathObject,
String method,
com.networknt.oas.model.Operation operation) |
Copyright © 2020. All rights reserved.