Uses of Class
io.swagger.codegen.CodegenResponse
-
Packages that use CodegenResponse Package Description io.swagger.codegen io.swagger.codegen.languages -
-
Uses of CodegenResponse in io.swagger.codegen
Fields in io.swagger.codegen with type parameters of type CodegenResponse Modifier and Type Field Description List<CodegenResponse>
CodegenOperation. responses
Methods in io.swagger.codegen that return CodegenResponse Modifier and Type Method Description CodegenResponse
DefaultCodegen. fromResponse(String responseCode, io.swagger.models.Response response)
Convert Swagger Response object to Codegen Response object -
Uses of CodegenResponse in io.swagger.codegen.languages
Methods in io.swagger.codegen.languages that return CodegenResponse Modifier and Type Method Description CodegenResponse
ElmClientCodegen. fromResponse(String responseCode, io.swagger.models.Response resp)
-