Package | Description |
---|---|
io.swagger.models |
Modifier and Type | Class and Description |
---|---|
class |
RefResponse
Created by Helmsdown on 7/8/15.
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,Response> |
Swagger.responses |
Modifier and Type | Method and Description |
---|---|
Response |
Response.description(String description) |
Response |
Response.example(String type,
Object example) |
Response |
Response.header(String name,
Property property) |
Response |
Response.headers(Map<String,Property> headers) |
Response |
Response.responseSchema(Model model) |
Response |
Response.schema(Property property)
Deprecated.
|
Response |
Response.vendorExtension(String key,
Object obj) |
Modifier and Type | Method and Description |
---|---|
Map<String,Response> |
Operation.getResponses() |
Map<String,Response> |
Swagger.getResponses() |
Modifier and Type | Method and Description |
---|---|
void |
Operation.addResponse(String key,
Response response) |
Operation |
Operation.defaultResponse(Response response) |
Operation |
Operation.response(int key,
Response response) |
Swagger |
Swagger.response(String key,
Response response) |
Modifier and Type | Method and Description |
---|---|
Swagger |
Swagger.responses(Map<String,Response> responses) |
void |
Operation.setResponses(Map<String,Response> responses) |
void |
Swagger.setResponses(Map<String,Response> responses) |
Copyright © 2019. All Rights Reserved.