Uses of Class
io.swagger.codegen.v3.CodegenModel
-
Packages that use CodegenModel Package Description io.swagger.codegen.v3 io.swagger.codegen.v3.utils -
-
Uses of CodegenModel in io.swagger.codegen.v3
Fields in io.swagger.codegen.v3 declared as CodegenModel Modifier and Type Field Description CodegenModelCodegenModel. parentModelFields in io.swagger.codegen.v3 with type parameters of type CodegenModel Modifier and Type Field Description List<CodegenModel>CodegenModel. childrenList<CodegenModel>CodegenModel. interfaceModelsList<CodegenModel>CodegenModel. subTypesMethods in io.swagger.codegen.v3 that return CodegenModel Modifier and Type Method Description CodegenModelCodegenModel. addSubType(CodegenModel subType)CodegenModelCodegenConfig. fromModel(String name, io.swagger.v3.oas.models.media.Schema schema)CodegenModelCodegenConfig. fromModel(String name, io.swagger.v3.oas.models.media.Schema schema, Map<String,io.swagger.v3.oas.models.media.Schema> allDefinitions)CodegenModelCodegenSchema. getCodegenModel()CodegenModelCodegenModel. getParentModel()Methods in io.swagger.codegen.v3 that return types with arguments of type CodegenModel Modifier and Type Method Description List<CodegenModel>CodegenModel. getChildren()List<CodegenModel>CodegenModel. getInterfaceModels()List<CodegenModel>ISchemaHandler. getModels()retrieve a list of codegen models created from composed schemas found.List<CodegenModel>CodegenModel. getSubTypes()Methods in io.swagger.codegen.v3 with parameters of type CodegenModel Modifier and Type Method Description CodegenModelCodegenModel. addSubType(CodegenModel subType)voidCodegenConfig. postProcessModelProperty(CodegenModel model, CodegenProperty property)voidISchemaHandler. processComposedSchemas(CodegenModel codegenModel, io.swagger.v3.oas.models.media.Schema schema, Map<String,CodegenModel> allModels)check if there is any composed schema in models or properties.voidCodegenModel. setParentModel(CodegenModel parentModel)Method parameters in io.swagger.codegen.v3 with type arguments of type CodegenModel Modifier and Type Method Description voidISchemaHandler. processComposedSchemas(CodegenModel codegenModel, io.swagger.v3.oas.models.media.Schema schema, Map<String,CodegenModel> allModels)check if there is any composed schema in models or properties.voidCodegenModel. setChildren(List<CodegenModel> children)voidCodegenModel. setInterfaceModels(List<CodegenModel> interfaceModels)voidCodegenModel. setSubTypes(List<CodegenModel> subTypes)Constructors in io.swagger.codegen.v3 with parameters of type CodegenModel Constructor Description CodegenSchema(CodegenModel codegenModel, io.swagger.v3.oas.models.media.Schema schema) -
Uses of CodegenModel in io.swagger.codegen.v3.utils
Methods in io.swagger.codegen.v3.utils that return CodegenModel Modifier and Type Method Description static CodegenModelModelUtils. getModelByName(String name, Map<String,Object> models)Searches for the model by name in the map of models and returns itMethod parameters in io.swagger.codegen.v3.utils with type arguments of type CodegenModel Modifier and Type Method Description static voidModelUtils. processCodegenModels(Map<String,CodegenModel> allModels)
-