Uses of Class
net.coru.api.generator.plugin.openapi.parameter.FileSpec
-
Packages that use FileSpec Package Description net.coru.api.generator.plugin.openapi.template net.coru.api.generator.plugin.openapi.utils -
-
Uses of FileSpec in net.coru.api.generator.plugin.openapi.template
Methods in net.coru.api.generator.plugin.openapi.template with parameters of type FileSpec Modifier and Type Method Description voidTemplateFactory. fillTemplate(String filePathToSave, FileSpec fileSpec, String className, List<PathObject> pathObjects, AuthObject authObject) -
Uses of FileSpec in net.coru.api.generator.plugin.openapi.utils
Methods in net.coru.api.generator.plugin.openapi.utils with parameters of type FileSpec Modifier and Type Method Description static io.swagger.v3.oas.models.OpenAPIOpenApiUtil. getPojoFromSwagger(FileSpec fileSpec)static StringMapperPathUtil. getPojoName(String namePojo, FileSpec fileSpec)static StringMapperUtil. getPojoName(String namePojo, FileSpec fileSpec)static StringMapperUtil. getSimpleType(io.swagger.v3.oas.models.media.Schema<?> schema, FileSpec fileSpec)static StringMapperUtil. getTypeArray(io.swagger.v3.oas.models.media.ArraySchema array, FileSpec fileSpec)static StringMapperUtil. getTypeMap(io.swagger.v3.oas.models.media.MapSchema mapSchema, FileSpec fileSpec)static SchemaObjectMapperContentUtil. mapComponentToSchemaObject(Map<String,io.swagger.v3.oas.models.media.Schema> totalSchemas, io.swagger.v3.oas.models.media.Schema<?> schema, String nameSchema, FileSpec fileSpec, String modelPackage)static GlobalObjectMapperPathUtil. mapOpenApiObjectToOurModels(io.swagger.v3.oas.models.OpenAPI openAPI, FileSpec fileSpec, List<AuthSchemaObject> authSchemaList)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)
-