| Package | Description |
|---|---|
| com.holonplatform.jaxrs.swagger | |
| com.holonplatform.jaxrs.swagger.spring |
| Modifier and Type | Method and Description |
|---|---|
static ApiEndpointType |
ApiEndpointType.getDefault()
Get the default API endpoint type.
|
static ApiEndpointType |
ApiEndpointType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApiEndpointType[] |
ApiEndpointType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ApiEndpointType |
SwaggerConfigurationProperties.getType() |
ApiEndpointType |
SwaggerConfigurationProperties.ApiGroupConfiguration.getType() |
ApiEndpointType |
ApiConfigurationProperties.getType()
Get the API listing endpoint type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SwaggerConfigurationProperties.setType(ApiEndpointType type) |
void |
SwaggerConfigurationProperties.ApiGroupConfiguration.setType(ApiEndpointType type) |
Copyright © 2019 The Holon Platform. All rights reserved.