@ConfigurationProperties(prefix="spring.graphql")
public class GraphQlProperties
extends java.lang.Object
properties for Spring GraphQL.| Modifier and Type | Class and Description |
|---|---|
static class |
GraphQlProperties.Graphiql |
static class |
GraphQlProperties.Rsocket |
static class |
GraphQlProperties.Schema |
static class |
GraphQlProperties.Websocket |
| Constructor and Description |
|---|
GraphQlProperties() |
| Modifier and Type | Method and Description |
|---|---|
GraphQlProperties.Graphiql |
getGraphiql() |
java.lang.String |
getPath() |
GraphQlProperties.Rsocket |
getRsocket() |
GraphQlProperties.Schema |
getSchema() |
GraphQlProperties.Websocket |
getWebsocket() |
void |
setPath(java.lang.String path) |
public GraphQlProperties.Graphiql getGraphiql()
public java.lang.String getPath()
public void setPath(java.lang.String path)
public GraphQlProperties.Schema getSchema()
public GraphQlProperties.Websocket getWebsocket()
public GraphQlProperties.Rsocket getRsocket()