Package io.smallrye.graphql.gradle.tasks
Class GradleConfigFacade
- java.lang.Object
-
- io.smallrye.graphql.gradle.tasks.GradleConfigFacade
-
- All Implemented Interfaces:
io.smallrye.graphql.spi.config.Config
public class GradleConfigFacade extends java.lang.Object implements io.smallrye.graphql.spi.config.Config
-
-
Field Summary
-
Fields inherited from interface io.smallrye.graphql.spi.config.Config
config, configs, DEFAULT_UNWRAP_EXCEPTIONS, ERROR_EXTENSION_ALL_KNOWN, ERROR_EXTENSION_CLASSIFICATION, ERROR_EXTENSION_CODE, ERROR_EXTENSION_DESCRIPTION, ERROR_EXTENSION_EXCEPTION, ERROR_EXTENSION_QUERY_PATH, ERROR_EXTENSION_VALIDATION_ERROR_TYPE, FIELD_VISIBILITY_DEFAULT, FIELD_VISIBILITY_NO_INTROSPECTION, LOG, SERVER_ERROR_DEFAULT_MESSAGE
-
-
Constructor Summary
Constructors Constructor Description GradleConfigFacade()GradleConfigFacade(boolean includeScalarsInSchema, boolean includeDirectivesInSchema, boolean includeSchemaDefinitionInSchema, boolean includeIntrospectionTypesInSchema)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()booleanisIncludeDirectivesInSchema()booleanisIncludeIntrospectionTypesInSchema()booleanisIncludeScalarsInSchema()booleanisIncludeSchemaDefinitionInSchema()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.smallrye.graphql.spi.config.Config
getConfigValue, getDefaultErrorMessage, getErrorExtensionFields, getFieldVisibility, getHideErrorMessageList, getParserMaxTokens, getParserMaxWhitespaceTokens, getQueryComplexityInstrumentation, getQueryDepthInstrumentation, getShowErrorMessageList, getUnwrapExceptions, hasParserOptions, isAllowGet, isAllowPostWithQueryParameters, isEventsEnabled, isFederationBatchResolvingEnabled, isFederationEnabled, isListed, isListed, isMetricsEnabled, isParserCaptureIgnoredChars, isParserCaptureLineComments, isParserCaptureSourceLocation, isPrintDataFetcherException, isTracingEnabled, logPayload, shouldEmitEvents, shouldHide, shouldShow, shouldUnwrapThrowable
-
-
-
-
Method Detail
-
getName
public java.lang.String getName()
- Specified by:
getNamein interfaceio.smallrye.graphql.spi.config.Config
-
isIncludeScalarsInSchema
public boolean isIncludeScalarsInSchema()
- Specified by:
isIncludeScalarsInSchemain interfaceio.smallrye.graphql.spi.config.Config
-
isIncludeDirectivesInSchema
public boolean isIncludeDirectivesInSchema()
- Specified by:
isIncludeDirectivesInSchemain interfaceio.smallrye.graphql.spi.config.Config
-
isIncludeSchemaDefinitionInSchema
public boolean isIncludeSchemaDefinitionInSchema()
- Specified by:
isIncludeSchemaDefinitionInSchemain interfaceio.smallrye.graphql.spi.config.Config
-
isIncludeIntrospectionTypesInSchema
public boolean isIncludeIntrospectionTypesInSchema()
- Specified by:
isIncludeIntrospectionTypesInSchemain interfaceio.smallrye.graphql.spi.config.Config
-
-