Package springfox.documentation.oas.web
Interface OpenApiTransformationFilter<T>
-
- All Superinterfaces:
org.springframework.plugin.core.Plugin<springfox.documentation.spi.DocumentationType>
- All Known Subinterfaces:
WebFluxOpenApiTransformationFilter,WebMvcOpenApiTransformationFilter
- All Known Implementing Classes:
WebFluxBasePathAndHostnameTransformationFilter,WebMvcBasePathAndHostnameTransformationFilter
public interface OpenApiTransformationFilter<T> extends org.springframework.plugin.core.Plugin<springfox.documentation.spi.DocumentationType>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description io.swagger.v3.oas.models.OpenAPItransform(OpenApiTransformationContext<T> context)
-
-
-
Method Detail
-
transform
io.swagger.v3.oas.models.OpenAPI transform(OpenApiTransformationContext<T> context)
-
-