Uses of Class
net.coru.api.generator.plugin.openapi.model.PathObject
-
Packages that use PathObject Package Description net.coru.api.generator.plugin.openapi.template net.coru.api.generator.plugin.openapi.utils -
-
Uses of PathObject in net.coru.api.generator.plugin.openapi.template
Method parameters in net.coru.api.generator.plugin.openapi.template with type arguments of type PathObject Modifier and Type Method Description voidTemplateFactory. fillTemplate(String filePathToSave, FileSpec fileSpec, String className, List<PathObject> pathObjects, AuthObject authObject) -
Uses of PathObject in net.coru.api.generator.plugin.openapi.utils
Methods in net.coru.api.generator.plugin.openapi.utils that return types with arguments of type PathObject 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)
-