类 WebMvcBasePathAndHostnameTransformationFilter
- java.lang.Object
-
- springfox.documentation.swagger2.web.WebMvcBasePathAndHostnameTransformationFilter
-
- 所有已实现的接口:
org.springframework.plugin.core.Plugin<springfox.documentation.spi.DocumentationType>,SwaggerTransformationFilter<javax.servlet.http.HttpServletRequest>,WebMvcSwaggerTransformationFilter
@Order(-2147483648) public class WebMvcBasePathAndHostnameTransformationFilter extends Object implements WebMvcSwaggerTransformationFilter
-
-
构造器概要
构造器 构造器 说明 WebMvcBasePathAndHostnameTransformationFilter(org.springframework.core.env.Environment env)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 booleansupports(springfox.documentation.spi.DocumentationType delimiter)io.swagger.models.Swaggertransform(SwaggerTransformationContext<javax.servlet.http.HttpServletRequest> context)
-
-
-
方法详细资料
-
transform
public io.swagger.models.Swagger transform(SwaggerTransformationContext<javax.servlet.http.HttpServletRequest> context)
- 指定者:
transform在接口中SwaggerTransformationFilter<javax.servlet.http.HttpServletRequest>
-
supports
public boolean supports(springfox.documentation.spi.DocumentationType delimiter)
- 指定者:
supports在接口中org.springframework.plugin.core.Plugin<springfox.documentation.spi.DocumentationType>
-
-