Interface OpenApiCustomizer

All Known Subinterfaces:
GlobalOpenApiCustomizer
All Known Implementing Classes:
ActuatorOpenApiCustomizer, OpenApiHateoasLinksCustomizer, SpecPropertiesCustomizer, SpringDocSecurityOAuth2Customizer
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 OpenApiCustomizer
Implement and register a bean of type OpenApiCustomizer to customize Open api on default OpenAPI description but not on groups
Author:
bnasslahsen
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    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