jar

com.graphql-java-kickstart : graphql-spring-boot-autoconfigure

Maven & Gradle

Dec 05, 2022
4 usages
1.5k stars

graphql-spring-boot · GraphQL Spring Framework Boot

Table Of Contents

Latest Version

Download com.graphql-java-kickstart : graphql-spring-boot-autoconfigure JAR file - Latest Versions:

All Versions

Download com.graphql-java-kickstart : graphql-spring-boot-autoconfigure JAR file - All Versions:

Version Vulnerabilities Size Updated
15.0.x
14.1.x
14.0.x
13.0.x
12.0.x
11.1.x
11.0.x
8.1.x
8.0.x
7.2.x
7.1.x
7.0.x
6.0.x
5.11.x
5.10.x
5.9.x
5.8.x
5.7.x
5.6.x
5.5.x
5.4.x
5.4
5.3.x
5.3
5.2
5.1
5.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window graphql-spring-boot-autoconfigure-15.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

graphql.kickstart.autoconfigure.scalars

├─ graphql.kickstart.autoconfigure.scalars.GraphQLAliasedScalarsInitializer.class - [JAR]

├─ graphql.kickstart.autoconfigure.scalars.GraphQLExtendedScalarsInitializer.class - [JAR]

├─ graphql.kickstart.autoconfigure.scalars.GraphQLScalarUtils.class - [JAR]

graphql.kickstart.autoconfigure.annotations.exceptions

├─ graphql.kickstart.autoconfigure.annotations.exceptions.MissingQueryResolverException.class - [JAR]

├─ graphql.kickstart.autoconfigure.annotations.exceptions.MultipleMutationResolversException.class - [JAR]

├─ graphql.kickstart.autoconfigure.annotations.exceptions.MultipleQueryResolversException.class - [JAR]

├─ graphql.kickstart.autoconfigure.annotations.exceptions.MultipleSubscriptionResolversException.class - [JAR]

graphql.kickstart.autoconfigure

├─ graphql.kickstart.autoconfigure.GraphQLProperties.class - [JAR]

├─ graphql.kickstart.autoconfigure.SchemaStrategy.class - [JAR]

graphql.kickstart.autoconfigure.annotations

├─ graphql.kickstart.autoconfigure.annotations.GraphQLAnnotationsAutoConfiguration.class - [JAR]

├─ graphql.kickstart.autoconfigure.annotations.GraphQLAnnotationsProperties.class - [JAR]

├─ graphql.kickstart.autoconfigure.annotations.GraphQLScalarTypeFunction.class - [JAR]

graphql.kickstart.autoconfigure.web.servlet

├─ graphql.kickstart.autoconfigure.web.servlet.AsyncServletProperties.class - [JAR]

├─ graphql.kickstart.autoconfigure.web.servlet.GraphQLInstrumentationAutoConfiguration.class - [JAR]

├─ graphql.kickstart.autoconfigure.web.servlet.GraphQLServletProperties.class - [JAR]

├─ graphql.kickstart.autoconfigure.web.servlet.GraphQLSubscriptionApolloProperties.class - [JAR]

├─ graphql.kickstart.autoconfigure.web.servlet.GraphQLSubscriptionWebsocketProperties.class - [JAR]

├─ graphql.kickstart.autoconfigure.web.servlet.GraphQLWebAutoConfiguration.class - [JAR]

├─ graphql.kickstart.autoconfigure.web.servlet.GraphQLWebSecurityAutoConfiguration.class - [JAR]

├─ graphql.kickstart.autoconfigure.web.servlet.GraphQLWebsocketAutoConfiguration.class - [JAR]

├─ graphql.kickstart.autoconfigure.web.servlet.GraphQLWsServerEndpointRegistration.class - [JAR]

graphql.kickstart.autoconfigure.editor.playground.properties

├─ graphql.kickstart.autoconfigure.editor.playground.properties.PlaygroundCdn.class - [JAR]

├─ graphql.kickstart.autoconfigure.editor.playground.properties.PlaygroundProperties.class - [JAR]

├─ graphql.kickstart.autoconfigure.editor.playground.properties.PlaygroundSettings.class - [JAR]

├─ graphql.kickstart.autoconfigure.editor.playground.properties.PlaygroundStaticPathSettings.class - [JAR]

├─ graphql.kickstart.autoconfigure.editor.playground.properties.PlaygroundTab.class - [JAR]

graphql.kickstart.autoconfigure.web.servlet.metrics

├─ graphql.kickstart.autoconfigure.web.servlet.metrics.MetricsInstrumentation.class - [JAR]

├─ graphql.kickstart.autoconfigure.web.servlet.metrics.TracingNoResolversInstrumentation.class - [JAR]

├─ graphql.kickstart.autoconfigure.web.servlet.metrics.WebsocketMetrics.class - [JAR]

graphql.kickstart.autoconfigure.editor.playground.properties.settings

├─ graphql.kickstart.autoconfigure.editor.playground.properties.settings.PlaygroundEditorCursorShape.class - [JAR]

├─ graphql.kickstart.autoconfigure.editor.playground.properties.settings.PlaygroundEditorSettings.class - [JAR]

├─ graphql.kickstart.autoconfigure.editor.playground.properties.settings.PlaygroundEditorTheme.class - [JAR]

├─ graphql.kickstart.autoconfigure.editor.playground.properties.settings.PlaygroundPrettierSettings.class - [JAR]

├─ graphql.kickstart.autoconfigure.editor.playground.properties.settings.PlaygroundRequestIncludeCredentials.class - [JAR]

├─ graphql.kickstart.autoconfigure.editor.playground.properties.settings.PlaygroundRequestSettings.class - [JAR]

├─ graphql.kickstart.autoconfigure.editor.playground.properties.settings.PlaygroundSchemaPollingSettings.class - [JAR]

├─ graphql.kickstart.autoconfigure.editor.playground.properties.settings.PlaygroundSchemaSettings.class - [JAR]

├─ graphql.kickstart.autoconfigure.editor.playground.properties.settings.PlaygroundTracingSettings.class - [JAR]

graphql.kickstart.autoconfigure.editor.altair

├─ graphql.kickstart.autoconfigure.editor.altair.AltairAutoConfiguration.class - [JAR]

├─ graphql.kickstart.autoconfigure.editor.altair.AltairController.class - [JAR]

├─ graphql.kickstart.autoconfigure.editor.altair.AltairOptions.class - [JAR]

├─ graphql.kickstart.autoconfigure.editor.altair.AltairProperties.class - [JAR]

├─ graphql.kickstart.autoconfigure.editor.altair.AltairResources.class - [JAR]

├─ graphql.kickstart.autoconfigure.editor.altair.InitialEnvironmentState.class - [JAR]

├─ graphql.kickstart.autoconfigure.editor.altair.InitialEnvironments.class - [JAR]

├─ graphql.kickstart.autoconfigure.editor.altair.InitialSettings.class - [JAR]

graphql.kickstart.autoconfigure.editor.voyager.properties

├─ graphql.kickstart.autoconfigure.editor.voyager.properties.VoyagerCdn.class - [JAR]

├─ graphql.kickstart.autoconfigure.editor.voyager.properties.VoyagerDisplayOptions.class - [JAR]

graphql.kickstart.autoconfigure.editor.graphiql

├─ graphql.kickstart.autoconfigure.editor.graphiql.GraphiQLAutoConfiguration.class - [JAR]

├─ graphql.kickstart.autoconfigure.editor.graphiql.GraphiQLController.class - [JAR]

├─ graphql.kickstart.autoconfigure.editor.graphiql.GraphiQLProperties.class - [JAR]

├─ graphql.kickstart.autoconfigure.editor.graphiql.ReactiveGraphiQLController.class - [JAR]

├─ graphql.kickstart.autoconfigure.editor.graphiql.ServletGraphiQLController.class - [JAR]

graphql.kickstart.autoconfigure.editor

├─ graphql.kickstart.autoconfigure.editor.EditorConstants.class - [JAR]

graphql.kickstart.annotations

├─ graphql.kickstart.annotations.GraphQLInterfaceTypeResolver.class - [JAR]

├─ graphql.kickstart.annotations.GraphQLMutationResolver.class - [JAR]

├─ graphql.kickstart.annotations.GraphQLQueryResolver.class - [JAR]

├─ graphql.kickstart.annotations.GraphQLSubscriptionResolver.class - [JAR]

graphql.kickstart.autoconfigure.web

├─ graphql.kickstart.autoconfigure.web.GraphQLInvokerAutoConfiguration.class - [JAR]

├─ graphql.kickstart.autoconfigure.web.OnSchemaOrSchemaProviderBean.class - [JAR]

graphql.kickstart.autoconfigure.web.reactive

├─ graphql.kickstart.autoconfigure.web.reactive.GraphQLSpringWebfluxAutoConfiguration.class - [JAR]

├─ graphql.kickstart.autoconfigure.web.reactive.MonoAutoConfiguration.class - [JAR]

graphql.kickstart.autoconfigure.editor.playground

├─ graphql.kickstart.autoconfigure.editor.playground.PlaygroundAutoConfiguration.class - [JAR]

├─ graphql.kickstart.autoconfigure.editor.playground.PlaygroundController.class - [JAR]

├─ graphql.kickstart.autoconfigure.editor.playground.PlaygroundPropertiesConfiguration.class - [JAR]

├─ graphql.kickstart.autoconfigure.editor.playground.PlaygroundWebFluxAutoConfiguration.class - [JAR]

├─ graphql.kickstart.autoconfigure.editor.playground.PlaygroundWebFluxControllerAdvice.class - [JAR]

├─ graphql.kickstart.autoconfigure.editor.playground.ResourceSerializer.class - [JAR]

graphql.kickstart.autoconfigure.editor.voyager

├─ graphql.kickstart.autoconfigure.editor.voyager.ReactiveVoyagerAutoConfiguration.class - [JAR]

├─ graphql.kickstart.autoconfigure.editor.voyager.ReactiveVoyagerController.class - [JAR]

├─ graphql.kickstart.autoconfigure.editor.voyager.VoyagerAutoConfiguration.class - [JAR]

├─ graphql.kickstart.autoconfigure.editor.voyager.VoyagerController.class - [JAR]

├─ graphql.kickstart.autoconfigure.editor.voyager.VoyagerIndexHtmlTemplate.class - [JAR]

├─ graphql.kickstart.autoconfigure.editor.voyager.VoyagerPropertiesConfiguration.class - [JAR]

graphql.kickstart.autoconfigure.tools

├─ graphql.kickstart.autoconfigure.tools.ClasspathResourceSchemaStringProvider.class - [JAR]

├─ graphql.kickstart.autoconfigure.tools.GraphQLJavaToolsAutoConfiguration.class - [JAR]

├─ graphql.kickstart.autoconfigure.tools.GraphQLToolsProperties.class - [JAR]

├─ graphql.kickstart.autoconfigure.tools.ListSchemaStringProvider.class - [JAR]

├─ graphql.kickstart.autoconfigure.tools.SchemaDirective.class - [JAR]

├─ graphql.kickstart.autoconfigure.tools.SchemaStringProvider.class - [JAR]

Advertisement

Dependencies from Group

Dec 05, 2022
31 usages
1.5k stars
Aug 18, 2023
31 usages
804 stars
May 14, 2021
21 usages
1.5k stars
Dec 05, 2022
14 usages
220 stars
May 14, 2021
13 usages
1.5k stars

Discover Dependencies

Oct 05, 2018
2 usages
2 stars
Oct 05, 2018
2 usages
0 stars
Oct 05, 2018
2 usages
57 stars
Oct 05, 2018
2 usages
0 stars
Jun 28, 2023
3 usages
8 stars
Oct 11, 2018
3 usages
Feb 02, 2021
2 usages
112 stars
Dec 18, 2021
3 usages
Nov 25, 2020
2 usages
216 stars