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