Uses of Class
io.swagger.codegen.v3.CodegenOperation
- 
Packages that use CodegenOperation Package Description io.swagger.codegen.v3  - 
- 
Uses of CodegenOperation in io.swagger.codegen.v3
Methods in io.swagger.codegen.v3 that return CodegenOperation Modifier and Type Method Description CodegenOperationCodegenConfig. fromOperation(String resourcePath, String httpMethod, io.swagger.v3.oas.models.Operation operation, Map<String,io.swagger.v3.oas.models.media.Schema> definitions)CodegenOperationCodegenConfig. fromOperation(String resourcePath, String httpMethod, io.swagger.v3.oas.models.Operation operation, Map<String,io.swagger.v3.oas.models.media.Schema> definitions, io.swagger.v3.oas.models.OpenAPI openAPI)Methods in io.swagger.codegen.v3 that return types with arguments of type CodegenOperation Modifier and Type Method Description Map<String,List<CodegenOperation>>DefaultGenerator. processPaths(io.swagger.v3.oas.models.Paths paths)Methods in io.swagger.codegen.v3 with parameters of type CodegenOperation Modifier and Type Method Description voidCodegenConfig. addOperationToGroup(String tag, String resourcePath, io.swagger.v3.oas.models.Operation operation, CodegenOperation co, Map<String,List<CodegenOperation>> operations)Method parameters in io.swagger.codegen.v3 with type arguments of type CodegenOperation Modifier and Type Method Description voidCodegenConfig. addOperationToGroup(String tag, String resourcePath, io.swagger.v3.oas.models.Operation operation, CodegenOperation co, Map<String,List<CodegenOperation>> operations) 
 -