| Package | Description |
|---|---|
| io.swagger.inflector | |
| io.swagger.inflector.config | |
| io.swagger.inflector.controllers | |
| io.swagger.inflector.utils |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SwaggerInflector.init(Configuration configuration) |
| Constructor and Description |
|---|
SwaggerInflector(Configuration configuration) |
SwaggerInflector(Configuration configuration,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
| Modifier and Type | Method and Description |
|---|---|
Configuration |
Configuration.controllerPackage(java.lang.String controllerPackage) |
static Configuration |
Configuration.defaultConfiguration() |
Configuration |
Configuration.defaultConverters() |
Configuration |
Configuration.defaultProcessors() |
Configuration |
Configuration.defaultValidators() |
Configuration |
Configuration.exceptionMapper(java.lang.String className) |
Configuration |
Configuration.filterClass(java.lang.String filterClass) |
Configuration |
Configuration.modelMap(java.lang.String name,
java.lang.Class<?> cls) |
Configuration |
Configuration.modelPackage(java.lang.String modelPackage) |
static Configuration |
Configuration.read() |
static Configuration |
Configuration.read(java.lang.String configLocation) |
Configuration |
Configuration.swaggerUrl(java.lang.String swaggerUrl) |
| Constructor and Description |
|---|
SwaggerOperationController(Configuration config,
java.lang.String path,
java.lang.String httpMethod,
io.swagger.models.Operation operation,
java.util.Map<java.lang.String,io.swagger.models.Model> definitions) |
| Modifier and Type | Field and Description |
|---|---|
protected Configuration |
ReflectionUtils.config |
| Modifier and Type | Method and Description |
|---|---|
Configuration |
ReflectionUtils.getConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
ReflectionUtils.setConfiguration(Configuration config) |
Copyright © 2019. All Rights Reserved.