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 type GlobalOpenApiMethodFilter to conditionally including any detected methods in default OpenAPI description and groups.
Author:
michael.clarke
See Also: