| Package | Description |
|---|---|
| fish.payara.microprofile.openapi.impl.processor |
| Modifier and Type | Class and Description |
|---|---|
class |
ApplicationProcessor
A processor to parse the application for annotations, to add to the OpenAPI
model.
|
class |
BaseProcessor
A processor to apply any configuration options to the model, and fill any
required but currently empty values.
|
class |
FileProcessor
A processor to process a static document in the
META-INF
directory of the application, and merge it into the provided model. |
class |
FilterProcessor
A processor to obtain an application defined
OASFilter, and generate
an pass the OpenAPI model into it for final processing. |
class |
ModelReaderProcessor
A processor to obtain an application defined
OASModelReader, and
generate an initial OpenAPI document from it. |
Copyright © 2019. All rights reserved.