Package | Description |
---|---|
io.swagger.config | |
io.swagger.core.filter |
Modifier and Type | Field and Description |
---|---|
protected static SwaggerSpecFilter |
FilterFactory.FILTER |
Modifier and Type | Method and Description |
---|---|
static SwaggerSpecFilter |
FilterFactory.getFilter() |
Modifier and Type | Method and Description |
---|---|
static void |
FilterFactory.setFilter(SwaggerSpecFilter filter) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSpecFilter |
Modifier and Type | Method and Description |
---|---|
Swagger |
SpecFilter.filter(Swagger swagger,
SwaggerSpecFilter filter,
Map<String,List<String>> params,
Map<String,String> cookies,
Map<String,List<String>> headers) |
Map<String,Model> |
SpecFilter.filterDefinitions(SwaggerSpecFilter filter,
Map<String,Model> definitions,
Map<String,List<String>> params,
Map<String,String> cookies,
Map<String,List<String>> headers) |
Operation |
SpecFilter.filterOperation(SwaggerSpecFilter filter,
Operation op,
ApiDescription api,
Map<String,List<String>> params,
Map<String,String> cookies,
Map<String,List<String>> headers) |
Copyright © 2019. All rights reserved.