Uses of Interface
io.apicurio.datamodels.models.openapi.v20.OpenApi20SecurityScheme
-
Packages that use OpenApi20SecurityScheme Package Description io.apicurio.datamodels.models.openapi.v20 io.apicurio.datamodels.models.openapi.v20.io -
-
Uses of OpenApi20SecurityScheme in io.apicurio.datamodels.models.openapi.v20
Classes in io.apicurio.datamodels.models.openapi.v20 that implement OpenApi20SecurityScheme Modifier and Type Class Description classOpenApi20SecuritySchemeImplMethods in io.apicurio.datamodels.models.openapi.v20 that return OpenApi20SecurityScheme Modifier and Type Method Description OpenApi20SecuritySchemeOpenApi20SecurityDefinitions. createSecurityScheme()OpenApi20SecuritySchemeOpenApi20SecurityDefinitionsImpl. createSecurityScheme()OpenApi20SecuritySchemeOpenApi20SecurityDefinitionsImpl. getItem(String name)OpenApi20SecuritySchemeOpenApi20SecurityDefinitionsImpl. removeItem(String name)Methods in io.apicurio.datamodels.models.openapi.v20 that return types with arguments of type OpenApi20SecurityScheme Modifier and Type Method Description List<OpenApi20SecurityScheme>OpenApi20SecurityDefinitionsImpl. getItems()Methods in io.apicurio.datamodels.models.openapi.v20 with parameters of type OpenApi20SecurityScheme Modifier and Type Method Description voidOpenApi20SecurityDefinitionsImpl. addItem(String name, OpenApi20SecurityScheme item)voidOpenApi20SecurityDefinitionsImpl. insertItem(String name, OpenApi20SecurityScheme item, int atIndex) -
Uses of OpenApi20SecurityScheme in io.apicurio.datamodels.models.openapi.v20.io
Methods in io.apicurio.datamodels.models.openapi.v20.io with parameters of type OpenApi20SecurityScheme Modifier and Type Method Description voidOpenApi20ModelReader. readSecurityScheme(com.fasterxml.jackson.databind.node.ObjectNode json, OpenApi20SecurityScheme node)voidOpenApi20ModelWriter. writeSecurityScheme(OpenApi20SecurityScheme node, com.fasterxml.jackson.databind.node.ObjectNode json)
-