public interface OASProcessor
OpenAPI
object, and returns a new model after
applying a transformation.Modifier and Type | Method and Description |
---|---|
org.eclipse.microprofile.openapi.models.OpenAPI |
process(org.eclipse.microprofile.openapi.models.OpenAPI api,
OpenApiConfiguration config)
Processes a model.
|
org.eclipse.microprofile.openapi.models.OpenAPI process(org.eclipse.microprofile.openapi.models.OpenAPI api, OpenApiConfiguration config)
api
- the OpenAPI model to process.config
- the configuration to use.Copyright © 2020. All rights reserved.