Quarkus - SmallRye OpenAPI - Runtime 0.12.0
- java.lang.Object
-
- javax.servlet.GenericServlet
-
- javax.servlet.http.HttpServlet
-
- io.quarkus.smallrye.openapi.runtime.OpenApiServlet
-
-
Field Summary
Fields
| Modifier and Type |
Field and Description |
(package private) io.smallrye.openapi.api.OpenApiDocument |
openApiDocument |
-
Method Summary
All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
protected void |
doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
protected void |
doOptions(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
(package private) void |
setOpenApiDocument(io.smallrye.openapi.api.OpenApiDocument document) |
-
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doPost, doPut, doTrace, getLastModified, service, service
-
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
OpenApiServlet
public OpenApiServlet()
Quarkus - SmallRye OpenAPI - Runtime 0.12.0
Copyright © 2019 JBoss by Red Hat. All rights reserved.