Package springfox.documentation.oas.web
Class WebMvcBasePathAndHostnameTransformationFilter
- java.lang.Object
-
- springfox.documentation.oas.web.WebMvcBasePathAndHostnameTransformationFilter
-
- All Implemented Interfaces:
org.springframework.plugin.core.Plugin<springfox.documentation.spi.DocumentationType>,OpenApiTransformationFilter<javax.servlet.http.HttpServletRequest>,WebMvcOpenApiTransformationFilter
@Order(-2147483648) public class WebMvcBasePathAndHostnameTransformationFilter extends java.lang.Object implements WebMvcOpenApiTransformationFilter
-
-
Constructor Summary
Constructors Constructor Description WebMvcBasePathAndHostnameTransformationFilter(java.lang.String oasPath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleansupports(springfox.documentation.spi.DocumentationType delimiter)io.swagger.v3.oas.models.OpenAPItransform(OpenApiTransformationContext<javax.servlet.http.HttpServletRequest> context)
-
-
-
Method Detail
-
transform
public io.swagger.v3.oas.models.OpenAPI transform(OpenApiTransformationContext<javax.servlet.http.HttpServletRequest> context)
- Specified by:
transformin interfaceOpenApiTransformationFilter<javax.servlet.http.HttpServletRequest>
-
supports
public boolean supports(springfox.documentation.spi.DocumentationType delimiter)
- Specified by:
supportsin interfaceorg.springframework.plugin.core.Plugin<springfox.documentation.spi.DocumentationType>
-
-