Uses of Class
org.openapitools.codegen.CodegenMediaType
-
Packages that use CodegenMediaType Package Description org.openapitools.codegen -
-
Uses of CodegenMediaType in org.openapitools.codegen
Methods in org.openapitools.codegen that return types with arguments of type CodegenMediaType Modifier and Type Method Description LinkedHashMap<String,CodegenMediaType>CodegenParameter. getContent()LinkedHashMap<String,CodegenMediaType>CodegenResponse. getContent()protected LinkedHashMap<String,CodegenMediaType>DefaultCodegen. getContent(io.swagger.v3.oas.models.media.Content content, Set<String> imports, String mediaTypeSchemaSuffix)Method parameters in org.openapitools.codegen with type arguments of type CodegenMediaType Modifier and Type Method Description voidCodegenParameter. setContent(LinkedHashMap<String,CodegenMediaType> content)voidCodegenResponse. setContent(LinkedHashMap<String,CodegenMediaType> content)
-