@Configuration @ConditionalOnWebApplication @EnableConfigurationProperties(value=PlaygroundProperties.class) public class PlaygroundAutoConfiguration extends java.lang.Object
| Constructor and Description |
|---|
PlaygroundAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
PlaygroundController |
playgroundController(PlaygroundProperties playgroundProperties,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
@Bean
@ConditionalOnProperty(value="graphql.playground.enabled",
havingValue="true")
public PlaygroundController playgroundController(PlaygroundProperties playgroundProperties,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)