Package org.springdoc.core.filters
Interface GlobalOpenApiMethodFilter
-
- All Superinterfaces:
OpenApiMethodFilter
- 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 GlobalOpenApiMethodFilter extends OpenApiMethodFilter
Implement and register a bean of typeGlobalOpenApiMethodFilterto conditionally including any detected methods in default OpenAPI description and groups.- Author:
- michael.clarke
- See Also:
filter methods in default OpenAPI description but not groups
-
-
Method Summary
-
Methods inherited from interface org.springdoc.core.filters.OpenApiMethodFilter
isMethodToInclude
-
-