public class GetOpenAPI extends DefaultJsonHandler
Handler for getOpenApi endpoint. This runs anonymously, so the endpoint needs to run as system user.
apiInfo, config, eventBusId, logger, operationId, vertx| Constructor and Description |
|---|
GetOpenAPI() |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.EnumSet<RequestOptionFlags> |
getReqOptions()
Options to check when looking at header and parameters
|
protected io.vertx.core.Future<io.vertx.core.json.JsonObject> |
prepareRequestBody(io.vertx.ext.web.RoutingContext ctx,
io.vertx.core.MultiMap header) |
listenForResponseendWithError, endWithError, endWithError, endWithError, getObservable, handle, handleErrorWhileListening, incrementRequestCounter, initHandler, injectIntoObservableValue, listenForBufferResponse, listenForJsonResponse, requestBodyFromAllParams, setObservablesetBodyLimit, setDeleteUploadedFilesOnEnd, setHandleFileUploads, setMergeFormAttributes, setPreallocateBodyBuffer, setUploadsDirectoryprotected java.util.EnumSet<RequestOptionFlags> getReqOptions()
AbstractAPIHandlerOptions to check when looking at header and parameters
getReqOptions in class AbstractAPIHandler<io.vertx.core.json.JsonArray>protected io.vertx.core.Future<io.vertx.core.json.JsonObject> prepareRequestBody(io.vertx.ext.web.RoutingContext ctx,
io.vertx.core.MultiMap header)
prepareRequestBody in class DefaultJsonHandlerctx - header - The header for the EventBus