public class RequestInputModeller extends InputModeller
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.
OpenAPI models must conform to OAS version 3. See https://swagger.io/specification/#specification.InputModeller.View| Constructor and Description |
|---|
RequestInputModeller()
Creates a new RequestInputModeller instance.
|
RequestInputModeller(ModelOptions options)
Creates a new RequestInputModeller instance.
|
| Modifier and Type | Method and Description |
|---|---|
SystemInputDef |
getRequestInputModel(io.swagger.v3.oas.models.OpenAPI api)
Returns a
system input definition for the API requests defined by the given
OpenAPI specification. |
getOptions, requestInputModel, responseInputModel, simplifieddoFor, getContext, getNotifier, notifyError, notifyWarning, resultFor, setNotifierpublic RequestInputModeller()
public RequestInputModeller(ModelOptions options)
public 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.Copyright © 2020 The Cornutum Project. All rights reserved.