@ConfigurationProperties(prefix="spring.graphql") public class GraphQlProperties extends 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() |
String |
getPath() |
GraphQlProperties.Rsocket |
getRsocket() |
GraphQlProperties.Schema |
getSchema() |
GraphQlProperties.Websocket |
getWebsocket() |
void |
setPath(String path) |
public GraphQlProperties.Graphiql getGraphiql()
public String getPath()
public void setPath(String path)
public GraphQlProperties.Schema getSchema()
public GraphQlProperties.Websocket getWebsocket()
public GraphQlProperties.Rsocket getRsocket()