Package org.springdoc.core.customizers
Interface OpenApiBuilderCustomizer
-
- 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 OpenApiBuilderCustomizer
The interface Open api builder customiser.- Author:
- bnasslahsen
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
customise(OpenAPIService openApiService)
Customise.
-
-
-
Method Detail
-
customise
void customise(OpenAPIService openApiService)
Customise.- Parameters:
openApiService
- the open api builder
-
-