Class WebFluxBasePathAndHostnameTransformationFilter

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.String decode​(java.lang.String requestURI)  
      boolean supports​(springfox.documentation.spi.DocumentationType delimiter)  
      io.swagger.v3.oas.models.OpenAPI transform​(OpenApiTransformationContext<org.springframework.http.server.reactive.ServerHttpRequest> context)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WebFluxBasePathAndHostnameTransformationFilter

        public WebFluxBasePathAndHostnameTransformationFilter​(@Value("${springfox.documentation.open-api.v3.path:/v3/api-docs}")
                                                              java.lang.String oasPath)
    • Method Detail

      • decode

        protected java.lang.String decode​(java.lang.String requestURI)
      • supports

        public boolean supports​(springfox.documentation.spi.DocumentationType delimiter)
        Specified by:
        supports in interface org.springframework.plugin.core.Plugin<springfox.documentation.spi.DocumentationType>