Uses of Class
org.openapitools.codegen.CodegenDiscriminator.MappedModel
-
Packages that use CodegenDiscriminator.MappedModel Package Description org.openapitools.codegen -
-
Uses of CodegenDiscriminator.MappedModel in org.openapitools.codegen
Methods in org.openapitools.codegen that return types with arguments of type CodegenDiscriminator.MappedModel Modifier and Type Method Description protected List<CodegenDiscriminator.MappedModel>DefaultCodegen. getAllOfDescendants(String thisSchemaName)Set<CodegenDiscriminator.MappedModel>CodegenDiscriminator. getMappedModels()protected List<CodegenDiscriminator.MappedModel>DefaultCodegen. getOneOfAnyOfDescendants(String composedSchemaName, String discPropName, io.swagger.v3.oas.models.media.ComposedSchema c)This function is only used for composed schemas which have a discriminator Process oneOf and anyOf models in a composed schema and adds them into a list if the oneOf and anyOf models contain the required discriminator.Methods in org.openapitools.codegen with parameters of type CodegenDiscriminator.MappedModel Modifier and Type Method Description intCodegenDiscriminator.MappedModel. compareTo(CodegenDiscriminator.MappedModel other)Method parameters in org.openapitools.codegen with type arguments of type CodegenDiscriminator.MappedModel Modifier and Type Method Description voidCodegenDiscriminator. setMappedModels(Set<CodegenDiscriminator.MappedModel> mappedModels)
-