Package org.springdoc.core.customizers
Interface OpenApiCustomiser
-
- All Known Subinterfaces:
GlobalOpenApiCustomizer
- All Known Implementing Classes:
ActuatorOpenApiCustomizer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface OpenApiCustomiser
Implement and register a bean of typeOpenApiCustomiser
to customize Open api on default OpenAPI description but not on groups- Author:
- bnasslahsen
- See Also:
customize default OpenAPI description and groups
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
customise(io.swagger.v3.oas.models.OpenAPI openApi)
Customise.
-