Uses of Interface
io.apicurio.datamodels.models.openapi.OpenApiTag
-
-
Uses of OpenApiTag in io.apicurio.datamodels.models.openapi
Methods in io.apicurio.datamodels.models.openapi that return OpenApiTag Modifier and Type Method Description OpenApiTagOpenApiDocument. createTag()Methods in io.apicurio.datamodels.models.openapi that return types with arguments of type OpenApiTag Modifier and Type Method Description List<OpenApiTag>OpenApiDocument. getTags()Methods in io.apicurio.datamodels.models.openapi with parameters of type OpenApiTag Modifier and Type Method Description voidOpenApiDocument. addTag(OpenApiTag value)voidOpenApiDocument. insertTag(OpenApiTag value, int atIndex)voidOpenApiDocument. removeTag(OpenApiTag value) -
Uses of OpenApiTag in io.apicurio.datamodels.models.openapi.v20
Subinterfaces of OpenApiTag in io.apicurio.datamodels.models.openapi.v20 Modifier and Type Interface Description interfaceOpenApi20TagClasses in io.apicurio.datamodels.models.openapi.v20 that implement OpenApiTag Modifier and Type Class Description classOpenApi20TagImplMethods in io.apicurio.datamodels.models.openapi.v20 that return types with arguments of type OpenApiTag Modifier and Type Method Description List<OpenApiTag>OpenApi20DocumentImpl. getTags()Methods in io.apicurio.datamodels.models.openapi.v20 with parameters of type OpenApiTag Modifier and Type Method Description voidOpenApi20DocumentImpl. addTag(OpenApiTag value)voidOpenApi20DocumentImpl. insertTag(OpenApiTag value, int atIndex)voidOpenApi20DocumentImpl. removeTag(OpenApiTag value) -
Uses of OpenApiTag in io.apicurio.datamodels.models.openapi.v30
Subinterfaces of OpenApiTag in io.apicurio.datamodels.models.openapi.v30 Modifier and Type Interface Description interfaceOpenApi30TagClasses in io.apicurio.datamodels.models.openapi.v30 that implement OpenApiTag Modifier and Type Class Description classOpenApi30TagImplMethods in io.apicurio.datamodels.models.openapi.v30 that return types with arguments of type OpenApiTag Modifier and Type Method Description List<OpenApiTag>OpenApi30DocumentImpl. getTags()Methods in io.apicurio.datamodels.models.openapi.v30 with parameters of type OpenApiTag Modifier and Type Method Description voidOpenApi30DocumentImpl. addTag(OpenApiTag value)voidOpenApi30DocumentImpl. insertTag(OpenApiTag value, int atIndex)voidOpenApi30DocumentImpl. removeTag(OpenApiTag value) -
Uses of OpenApiTag in io.apicurio.datamodels.models.openapi.v31
Subinterfaces of OpenApiTag in io.apicurio.datamodels.models.openapi.v31 Modifier and Type Interface Description interfaceOpenApi31TagClasses in io.apicurio.datamodels.models.openapi.v31 that implement OpenApiTag Modifier and Type Class Description classOpenApi31TagImplMethods in io.apicurio.datamodels.models.openapi.v31 that return types with arguments of type OpenApiTag Modifier and Type Method Description List<OpenApiTag>OpenApi31DocumentImpl. getTags()Methods in io.apicurio.datamodels.models.openapi.v31 with parameters of type OpenApiTag Modifier and Type Method Description voidOpenApi31DocumentImpl. addTag(OpenApiTag value)voidOpenApi31DocumentImpl. insertTag(OpenApiTag value, int atIndex)voidOpenApi31DocumentImpl. removeTag(OpenApiTag value)
-