@ConfigurationProperties(prefix="graphql.spqr") public class SpqrProperties extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SpqrProperties.Gui |
static class |
SpqrProperties.Http |
static class |
SpqrProperties.Relay |
static class |
SpqrProperties.WebSocket |
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_ENDPOINT |
static String |
DEFAULT_GUI_ENDPOINT |
| Constructor and Description |
|---|
SpqrProperties() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getBasePackages() |
SpqrProperties.Gui |
getGui() |
SpqrProperties.Http |
getHttp() |
int |
getMaxComplexity() |
SpqrProperties.Relay |
getRelay() |
SpqrProperties.WebSocket |
getWs() |
boolean |
isAbstractInputTypeResolution() |
void |
setAbstractInputTypeResolution(boolean abstractInputTypeResolution) |
void |
setBasePackages(String[] basePackages) |
void |
setDefaults() |
void |
setGui(SpqrProperties.Gui gui) |
void |
setHttp(SpqrProperties.Http http) |
void |
setMaxComplexity(int maxComplexity) |
void |
setRelay(SpqrProperties.Relay relay) |
void |
setWs(SpqrProperties.WebSocket ws) |
public static String DEFAULT_ENDPOINT
public static String DEFAULT_GUI_ENDPOINT
@PostConstruct public void setDefaults()
public String[] getBasePackages()
public void setBasePackages(String[] basePackages)
public boolean isAbstractInputTypeResolution()
public void setAbstractInputTypeResolution(boolean abstractInputTypeResolution)
public int getMaxComplexity()
public void setMaxComplexity(int maxComplexity)
public SpqrProperties.Relay getRelay()
public void setRelay(SpqrProperties.Relay relay)
public SpqrProperties.Http getHttp()
public void setHttp(SpqrProperties.Http http)
public SpqrProperties.WebSocket getWs()
public void setWs(SpqrProperties.WebSocket ws)
public SpqrProperties.Gui getGui()
public void setGui(SpqrProperties.Gui gui)
Copyright © 2018–2021. All rights reserved.