Uses of Class
net.coru.api.generator.plugin.openapi.parameter.FileSpec
-
Packages that use FileSpec Package Description net.coru.api.generator.plugin net.coru.api.generator.plugin.openapi.template net.coru.api.generator.plugin.openapi.utils -
-
Uses of FileSpec in net.coru.api.generator.plugin
Fields in net.coru.api.generator.plugin with type parameters of type FileSpec Modifier and Type Field Description List<FileSpec>OpenapiMultiFileMojo. fileSpecs -
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, ArrayList<PathObject> pathObject, 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 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(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 ArrayList<PathObject>MapperPathUtil. mapPathObjects(FileSpec fileSpec, Map.Entry<String,HashMap<String,io.swagger.v3.oas.models.PathItem>> path, GlobalObject globalObject)
-