Uses of Class
net.coru.api.generator.plugin.openapi.model.GlobalObject
-
Packages that use GlobalObject Package Description net.coru.api.generator.plugin.openapi.utils -
-
Uses of GlobalObject in net.coru.api.generator.plugin.openapi.utils
Methods in net.coru.api.generator.plugin.openapi.utils that return GlobalObject Modifier and Type Method Description static GlobalObjectMapperPathUtil. mapOpenApiObjectToOurModels(io.swagger.v3.oas.models.OpenAPI openAPI, FileSpec fileSpec, List<AuthSchemaObject> authSchemaList)Methods in net.coru.api.generator.plugin.openapi.utils with parameters of type GlobalObject Modifier and Type Method Description static List<PathObject>MapperPathUtil. mapPathObjects(io.swagger.v3.oas.models.OpenAPI openAPI, FileSpec fileSpec, Map.Entry<String,HashMap<String,io.swagger.v3.oas.models.PathItem>> path, GlobalObject globalObject)
-