| ApplicationProcessor |
A processor to parse the application for annotations, to add to the OpenAPI
model.
|
| BaseProcessor |
A processor to apply any configuration options to the model, and fill any
required but currently empty values.
|
| ConfigPropertyProcessor |
|
| FileProcessor |
A processor to process a static document in the META-INF
directory of the application, and merge it into the provided model.
|
| FilterProcessor |
A processor to obtain an application defined OASFilter, and generate
an pass the OpenAPI model into it for final processing.
|
| ModelReaderProcessor |
A processor to obtain an application defined OASModelReader, and
generate an initial OpenAPI document from it.
|