Uses of Interface
io.apicurio.datamodels.models.openapi.OpenApiMediaType
-
-
Uses of OpenApiMediaType in io.apicurio.datamodels.cmd
Methods in io.apicurio.datamodels.cmd with parameters of type OpenApiMediaType Modifier and Type Method Description static ICommandCommandFactory. createAddHeaderExampleCommand(OpenApiMediaType mediaType, com.fasterxml.jackson.databind.JsonNode example, String exampleName, String exampleSummary, String exampleDescription)static ICommandCommandFactory. createDeleteAllMediaTypeExamplesCommand(OpenApiMediaType mediaType)static ICommandCommandFactory. createDeleteMediaTypeCommand(OpenApiMediaType mediaType) -
Uses of OpenApiMediaType in io.apicurio.datamodels.cmd.commands
Constructors in io.apicurio.datamodels.cmd.commands with parameters of type OpenApiMediaType Constructor Description DeleteMediaTypeCommand(OpenApiMediaType mediaType) -
Uses of OpenApiMediaType in io.apicurio.datamodels.models.openapi
Methods in io.apicurio.datamodels.models.openapi that return OpenApiMediaType Modifier and Type Method Description OpenApiMediaTypeOpenApiRequestBody. createMediaType()Methods in io.apicurio.datamodels.models.openapi that return types with arguments of type OpenApiMediaType Modifier and Type Method Description Map<String,OpenApiMediaType>OpenApiRequestBody. getContent()Methods in io.apicurio.datamodels.models.openapi with parameters of type OpenApiMediaType Modifier and Type Method Description voidOpenApiRequestBody. addContent(String name, OpenApiMediaType value)voidOpenApiRequestBody. insertContent(String name, OpenApiMediaType value, int atIndex) -
Uses of OpenApiMediaType in io.apicurio.datamodels.models.openapi.v30
Subinterfaces of OpenApiMediaType in io.apicurio.datamodels.models.openapi.v30 Modifier and Type Interface Description interfaceOpenApi30MediaTypeClasses in io.apicurio.datamodels.models.openapi.v30 that implement OpenApiMediaType Modifier and Type Class Description classOpenApi30MediaTypeImplMethods in io.apicurio.datamodels.models.openapi.v30 that return types with arguments of type OpenApiMediaType Modifier and Type Method Description Map<String,OpenApiMediaType>OpenApi30RequestBodyImpl. getContent()Methods in io.apicurio.datamodels.models.openapi.v30 with parameters of type OpenApiMediaType Modifier and Type Method Description voidOpenApi30RequestBodyImpl. addContent(String name, OpenApiMediaType value)voidOpenApi30RequestBodyImpl. insertContent(String name, OpenApiMediaType value, int atIndex) -
Uses of OpenApiMediaType in io.apicurio.datamodels.models.openapi.v30.io
Methods in io.apicurio.datamodels.models.openapi.v30.io with parameters of type OpenApiMediaType Modifier and Type Method Description voidOpenApi30ModelReaderDispatcher. visitMediaType(OpenApiMediaType node)voidOpenApi30ModelWriterDispatcher. visitMediaType(OpenApiMediaType node) -
Uses of OpenApiMediaType in io.apicurio.datamodels.models.openapi.v30.visitors
Methods in io.apicurio.datamodels.models.openapi.v30.visitors with parameters of type OpenApiMediaType Modifier and Type Method Description voidOpenApi30Traverser. visitMediaType(OpenApiMediaType node)voidOpenApi30Visitor. visitMediaType(OpenApiMediaType node)voidOpenApi30VisitorAdapter. visitMediaType(OpenApiMediaType node) -
Uses of OpenApiMediaType in io.apicurio.datamodels.models.openapi.v31
Subinterfaces of OpenApiMediaType in io.apicurio.datamodels.models.openapi.v31 Modifier and Type Interface Description interfaceOpenApi31MediaTypeClasses in io.apicurio.datamodels.models.openapi.v31 that implement OpenApiMediaType Modifier and Type Class Description classOpenApi31MediaTypeImplMethods in io.apicurio.datamodels.models.openapi.v31 that return types with arguments of type OpenApiMediaType Modifier and Type Method Description Map<String,OpenApiMediaType>OpenApi31RequestBodyImpl. getContent()Methods in io.apicurio.datamodels.models.openapi.v31 with parameters of type OpenApiMediaType Modifier and Type Method Description voidOpenApi31RequestBodyImpl. addContent(String name, OpenApiMediaType value)voidOpenApi31RequestBodyImpl. insertContent(String name, OpenApiMediaType value, int atIndex) -
Uses of OpenApiMediaType in io.apicurio.datamodels.models.openapi.v31.io
Methods in io.apicurio.datamodels.models.openapi.v31.io with parameters of type OpenApiMediaType Modifier and Type Method Description voidOpenApi31ModelReaderDispatcher. visitMediaType(OpenApiMediaType node)voidOpenApi31ModelWriterDispatcher. visitMediaType(OpenApiMediaType node) -
Uses of OpenApiMediaType in io.apicurio.datamodels.models.openapi.v31.visitors
Methods in io.apicurio.datamodels.models.openapi.v31.visitors with parameters of type OpenApiMediaType Modifier and Type Method Description voidOpenApi31Traverser. visitMediaType(OpenApiMediaType node)voidOpenApi31Visitor. visitMediaType(OpenApiMediaType node)voidOpenApi31VisitorAdapter. visitMediaType(OpenApiMediaType node) -
Uses of OpenApiMediaType in io.apicurio.datamodels.models.openapi.visitors
Methods in io.apicurio.datamodels.models.openapi.visitors with parameters of type OpenApiMediaType Modifier and Type Method Description voidCombinedOpenApiVisitorAdapter. visitMediaType(OpenApiMediaType node) -
Uses of OpenApiMediaType in io.apicurio.datamodels.models.visitors
Methods in io.apicurio.datamodels.models.visitors with parameters of type OpenApiMediaType Modifier and Type Method Description voidAllNodeVisitor. visitMediaType(OpenApiMediaType node)voidCombinedVisitorAdapter. visitMediaType(OpenApiMediaType node) -
Uses of OpenApiMediaType in io.apicurio.datamodels.validation.rules.invalid.value
Methods in io.apicurio.datamodels.validation.rules.invalid.value with parameters of type OpenApiMediaType Modifier and Type Method Description voidOasAllowReservedNotAllowedRule. visitMediaType(OpenApiMediaType node)voidOasEncodingStyleNotAllowedRule. visitMediaType(OpenApiMediaType node)voidOasExplodeNotAllowedRule. visitMediaType(OpenApiMediaType node)voidOasInvalidEncodingForMPMTRule. visitMediaType(OpenApiMediaType node)voidOasUnexpectedHeaderUsageRule. visitMediaType(OpenApiMediaType node) -
Uses of OpenApiMediaType in io.apicurio.datamodels.validation.rules.mutex
Methods in io.apicurio.datamodels.validation.rules.mutex with parameters of type OpenApiMediaType Modifier and Type Method Description voidOasMediaTypeExamplesMutualExclusivityRule. visitMediaType(OpenApiMediaType node)
-