@FunctionalInterface public interface OpenApiMethodFilter
OpenApiMethodFilter to
conditionally include any detected methods in default OpenAPI descriptions
but not groupsfilter methods in default OpenAPI description and groups| Modifier and Type | Method and Description |
|---|---|
boolean |
isMethodToInclude(Method method)
Whether the given method should be included in the generated OpenApi definitions.
|
boolean isMethodToInclude(Method method)
method - the method to perform checks againstCopyright © 2024. All rights reserved.