Class GraphQlWebFluxAutoConfiguration.GraphQlEndpointCorsConfiguration

java.lang.Object
org.springframework.boot.autoconfigure.graphql.reactive.GraphQlWebFluxAutoConfiguration.GraphQlEndpointCorsConfiguration
All Implemented Interfaces:
org.springframework.web.reactive.config.WebFluxConfigurer
Enclosing class:
GraphQlWebFluxAutoConfiguration

@Configuration(proxyBeanMethods=false) public static class GraphQlWebFluxAutoConfiguration.GraphQlEndpointCorsConfiguration extends Object implements org.springframework.web.reactive.config.WebFluxConfigurer
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addCorsMappings(org.springframework.web.reactive.config.CorsRegistry registry)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.springframework.web.reactive.config.WebFluxConfigurer

    addFormatters, addResourceHandlers, configureArgumentResolvers, configureBlockingExecution, configureContentTypeResolver, configureHttpMessageCodecs, configurePathMatching, configureViewResolvers, getMessageCodesResolver, getValidator, getWebSocketService
  • Constructor Details

  • Method Details

    • addCorsMappings

      public void addCorsMappings(org.springframework.web.reactive.config.CorsRegistry registry)
      Specified by:
      addCorsMappings in interface org.springframework.web.reactive.config.WebFluxConfigurer