public interface ReaderListener
| Modifier and Type | Method and Description |
|---|---|
void |
afterScan(OpenApiReader reader,
OpenAPI openAPI)
Called after a OpenAPI definition has been populated from scanned classes.
|
void |
beforeScan(OpenApiReader reader,
OpenAPI openAPI)
Called before the OpenAPI definition gets populated from scanned classes.
|
void beforeScan(OpenApiReader reader, OpenAPI openAPI)
reader - the reader used to read annotations and build the openAPI definitionopenAPI - the initial OpenAPI definitionvoid afterScan(OpenApiReader reader, OpenAPI openAPI)
reader - the reader used to read annotations and build the OpenAPI definitionopenAPI - the configured OpenAPI definitionCopyright © 2023. All rights reserved.