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