Uses of Class
io.swagger.codegen.v3.CodegenModel
Packages that use CodegenModel
- 
Uses of CodegenModel in io.swagger.codegen.v3
Fields in io.swagger.codegen.v3 declared as CodegenModelFields in io.swagger.codegen.v3 with type parameters of type CodegenModelModifier and TypeFieldDescriptionCodegenModel.childrenCodegenModel.interfaceModelsCodegenModel.subTypesMethods in io.swagger.codegen.v3 that return CodegenModelModifier and TypeMethodDescriptionCodegenModel.addSubType(CodegenModel subType) CodegenConfig.fromModel(String name, io.swagger.v3.oas.models.media.Schema schema, Map<String, io.swagger.v3.oas.models.media.Schema> allDefinitions) CodegenSchema.getCodegenModel()CodegenModel.getParentModel()Methods in io.swagger.codegen.v3 that return types with arguments of type CodegenModelModifier and TypeMethodDescriptionCodegenModel.getChildren()CodegenModel.getInterfaceModels()ISchemaHandler.getModels()retrieve a list of codegen models created from composed schemas found.CodegenModel.getSubTypes()Methods in io.swagger.codegen.v3 with parameters of type CodegenModelModifier and TypeMethodDescriptionCodegenModel.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 CodegenModelModifier and TypeMethodDescriptionvoidISchemaHandler.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 CodegenModelModifierConstructorDescriptionCodegenSchema(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 CodegenModelModifier and TypeMethodDescriptionstatic 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 CodegenModelModifier and TypeMethodDescriptionstatic voidModelUtils.processCodegenModels(Map<String, CodegenModel> allModels)