Uses of Class
io.swagger.v3.oas.annotations.responses.ApiResponse
-
Packages that use ApiResponse Package Description io.swagger.v3.oas.annotations io.swagger.v3.oas.annotations.responses -
-
Uses of ApiResponse in io.swagger.v3.oas.annotations
Methods in io.swagger.v3.oas.annotations that return ApiResponse Modifier and Type Method Description ApiResponse[]
responses()
The list of possible responses as they are returned from executing this operation. -
Uses of ApiResponse in io.swagger.v3.oas.annotations.responses
Methods in io.swagger.v3.oas.annotations.responses that return ApiResponse Modifier and Type Method Description ApiResponse[]
value()
An array of ApiResponse annotations
-