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,
MockServerLogger mockServerLogger) |
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
public static io.swagger.v3.oas.models.OpenAPI buildOpenAPI(String specUrlOrPayload, MockServerLogger mockServerLogger)
Copyright © 2022. All rights reserved.