public final class TcasesOpenApi extends Object
| Modifier and Type | Method and Description |
|---|---|
static SystemInputDef |
getRequestInputModel(io.swagger.v3.oas.models.OpenAPI api)
Returns a
system input definition for the API requests defined by the given
OpenAPI specification. |
static SystemInputDef |
getRequestInputModel(io.swagger.v3.oas.models.OpenAPI api,
ModelOptions options)
Returns a
system input definition for the API requests defined by the given
OpenAPI specification. |
static SystemInputDef |
getResponseInputModel(io.swagger.v3.oas.models.OpenAPI api)
Returns a
system input definition for the API responses defined by the given
OpenAPI specification. |
static SystemInputDef |
getResponseInputModel(io.swagger.v3.oas.models.OpenAPI api,
ModelOptions options)
Returns a
system input definition for the API responses defined by the given
OpenAPI specification. |
public static SystemInputDef getRequestInputModel(io.swagger.v3.oas.models.OpenAPI api)
system input definition for the API requests defined by the given
OpenAPI specification. Returns null if the given spec defines no API requests to model.public static SystemInputDef getRequestInputModel(io.swagger.v3.oas.models.OpenAPI api, ModelOptions options)
system input definition for the API requests defined by the given
OpenAPI specification. Returns null if the given spec defines no API requests to model.public static SystemInputDef getResponseInputModel(io.swagger.v3.oas.models.OpenAPI api)
system input definition for the API responses defined by the given
OpenAPI specification. Returns null if the given spec defines no API responses to model.public static SystemInputDef getResponseInputModel(io.swagger.v3.oas.models.OpenAPI api, ModelOptions options)
system input definition for the API responses defined by the given
OpenAPI specification. Returns null if the given spec defines no API responses to model.Copyright © 2020 The Cornutum Project. All rights reserved.