Class | Description |
---|---|
AbstractOpenApiEndpointVisitor |
A
TypeElementVisitor the builds the Swagger model from Micronaut controllers at compile time. |
ConvertUtils |
Convert utilities methods.
|
OpenApiApplicationVisitor |
Visits the application class.
|
OpenApiControllerVisitor |
A
TypeElementVisitor the builds the Swagger model from Micronaut controllers at compile time. |
OpenApiEndpointVisitor |
A
TypeElementVisitor the builds the Swagger model from Micronaut
controllers at compile time. |
OpenApiIncludeVisitor |
A
TypeElementVisitor that builds the Swagger model from Micronaut controllers included by @OpenAPIInclude at the compile time. |
OpenApiJacksonVisitor |
A
TypeElementVisitor that builds appropriate Schema annotation for the parent class of a hierarchy
when using Jackson JsonTypeInfo and JsonSubTypes . |
Utils |
Some util methods.
|