| Package | Description |
|---|---|
| com.holonplatform.jaxrs.swagger | |
| com.holonplatform.jaxrs.swagger.v2.internal | |
| com.holonplatform.jaxrs.swagger.v3.internal |
| Modifier and Type | Method and Description |
|---|---|
default M |
ApiReader.read(Class<?>... classes)
Read the given API resource class set and build the API definition model.
|
M |
ApiReader.read(Set<Class<?>> classes)
Read the given API resource class set and build the API definition model.
|
| Modifier and Type | Method and Description |
|---|---|
io.swagger.models.Swagger |
DefaultApiReader.read(Set<Class<?>> classes) |
| Modifier and Type | Method and Description |
|---|---|
io.swagger.v3.oas.models.OpenAPI |
DefaultApiReader.read(Set<Class<?>> classes) |
Copyright © 2019 The Holon Platform. All rights reserved.