| Package | Description | 
|---|---|
| io.swagger.codegen.v3 | 
| Modifier and Type | Method and Description | 
|---|---|
CodegenOperation | 
CodegenConfig.fromOperation(String resourcePath,
             String httpMethod,
             io.swagger.v3.oas.models.Operation operation,
             Map<String,io.swagger.v3.oas.models.media.Schema> definitions)  | 
CodegenOperation | 
CodegenConfig.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)  | 
| Modifier and Type | Method and Description | 
|---|---|
Map<String,List<CodegenOperation>> | 
DefaultGenerator.processPaths(io.swagger.v3.oas.models.Paths paths)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
CodegenConfig.addOperationToGroup(String tag,
                   String resourcePath,
                   io.swagger.v3.oas.models.Operation operation,
                   CodegenOperation co,
                   Map<String,List<CodegenOperation>> operations)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
CodegenConfig.addOperationToGroup(String tag,
                   String resourcePath,
                   io.swagger.v3.oas.models.Operation operation,
                   CodegenOperation co,
                   Map<String,List<CodegenOperation>> operations)  | 
Copyright © 2019. All rights reserved.