public class OpenAPIParser extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
OPEN_API_LOAD_ERROR |
| Constructor and Description |
|---|
OpenAPIParser() |
| Modifier and Type | Method and Description |
|---|---|
static io.swagger.v3.oas.models.OpenAPI |
buildOpenAPI(String specUrlOrPayload) |
static List<org.apache.commons.lang3.tuple.Pair<String,io.swagger.v3.oas.models.Operation>> |
mapOperations(io.swagger.v3.oas.models.PathItem pathItem) |
public static final String OPEN_API_LOAD_ERROR
Copyright © 2020. All rights reserved.