| Package | Description |
|---|---|
| com.holonplatform.jaxrs.swagger.v2 | |
| com.holonplatform.jaxrs.swagger.v3 |
| Modifier and Type | Method and Description |
|---|---|
static ApiReader<io.swagger.models.Swagger> |
SwaggerV2.reader(io.swagger.config.SwaggerConfig configuration)
Create a new
ApiReader to create an Swagger definition from a set of API resource classes. |
static ApiReader<io.swagger.models.Swagger> |
SwaggerV2.reader(io.swagger.config.SwaggerConfig configuration,
boolean includeAll)
Create a new
ApiReader to create an Swagger definition from a set of API resource classes. |
| Modifier and Type | Method and Description |
|---|---|
static ApiReader<io.swagger.v3.oas.models.OpenAPI> |
SwaggerV3.reader(io.swagger.v3.oas.integration.api.OpenAPIConfiguration configuration)
Create a new
ApiReader to create an OpenAPI definition from a set of API resource classes. |
Copyright © 2019 The Holon Platform. All rights reserved.