@WebServlet(name="SmallRyeGraphQLSchemaServlet",
urlPatterns="/graphql/schema.graphql",
loadOnStartup=2)
public class SchemaServlet
extends javax.servlet.http.HttpServlet
| Modifier and Type | Field and Description |
|---|---|
static String |
SCHEMA_PROP |
| Constructor and Description |
|---|
SchemaServlet() |
SchemaServlet(io.smallrye.graphql.execution.SchemaPrinter schemaPrinter) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, servicepublic static final String SCHEMA_PROP
Copyright © 2018–2020. All rights reserved.