Package org.springdoc.core.customizers
Interface OpenApiCustomizer
- All Known Implementing Classes:
ActuatorOpenApiCustomizer
,OpenApiHateoasLinksCustomizer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
The interface Open api customiser.
- Author:
- bnasslahsen
-
Method Summary
Modifier and TypeMethodDescriptionvoid
customise
(io.swagger.v3.oas.models.OpenAPI openApi) Customise.
-
Method Details
-
customise
void customise(io.swagger.v3.oas.models.OpenAPI openApi) Customise.- Parameters:
openApi
- the open api
-