Class PlaygroundAutoConfiguration
java.lang.Object
graphql.kickstart.autoconfigure.editor.playground.PlaygroundAutoConfiguration
@AutoConfiguration
@ConditionalOnWebApplication
@EnableConfigurationProperties(PlaygroundProperties.class)
public class PlaygroundAutoConfiguration
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionplaygroundController(PlaygroundProperties playgroundProperties, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
Constructor Details
-
PlaygroundAutoConfiguration
public PlaygroundAutoConfiguration()
-
-
Method Details
-
playgroundController
@Bean @ConditionalOnProperty(value="graphql.playground.enabled", havingValue="true") public PlaygroundController playgroundController(PlaygroundProperties playgroundProperties, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-