@ApplicationScoped public class GraphQLConfig extends Object implements io.smallrye.graphql.bootstrap.Config
| Constructor and Description |
|---|
GraphQLConfig() |
| Modifier and Type | Method and Description |
|---|---|
Optional<List<String>> |
getBlackList() |
String |
getDefaultErrorMessage() |
Optional<List<String>> |
getWhiteList() |
boolean |
isAllowGet() |
boolean |
isIncludeDirectivesInSchema() |
boolean |
isIncludeIntrospectionTypesInSchema() |
boolean |
isIncludeScalarsInSchema() |
boolean |
isIncludeSchemaDefinitionInSchema() |
boolean |
isMetricsEnabled() |
boolean |
isPrintDataFetcherException() |
public String getDefaultErrorMessage()
getDefaultErrorMessage in interface io.smallrye.graphql.bootstrap.Configpublic boolean isPrintDataFetcherException()
isPrintDataFetcherException in interface io.smallrye.graphql.bootstrap.Configpublic Optional<List<String>> getBlackList()
getBlackList in interface io.smallrye.graphql.bootstrap.Configpublic Optional<List<String>> getWhiteList()
getWhiteList in interface io.smallrye.graphql.bootstrap.Configpublic boolean isAllowGet()
isAllowGet in interface io.smallrye.graphql.bootstrap.Configpublic boolean isMetricsEnabled()
isMetricsEnabled in interface io.smallrye.graphql.bootstrap.Configpublic boolean isIncludeDirectivesInSchema()
isIncludeDirectivesInSchema in interface io.smallrye.graphql.bootstrap.Configpublic boolean isIncludeSchemaDefinitionInSchema()
isIncludeSchemaDefinitionInSchema in interface io.smallrye.graphql.bootstrap.Configpublic boolean isIncludeIntrospectionTypesInSchema()
isIncludeIntrospectionTypesInSchema in interface io.smallrye.graphql.bootstrap.Configpublic boolean isIncludeScalarsInSchema()
isIncludeScalarsInSchema in interface io.smallrye.graphql.bootstrap.ConfigCopyright © 2018–2020. All rights reserved.