Uses of Interface
io.apicurio.datamodels.models.openapi.v30.OpenApi30ServerVariable
-
Packages that use OpenApi30ServerVariable Package Description io.apicurio.datamodels.models.openapi.v30 io.apicurio.datamodels.models.openapi.v30.io -
-
Uses of OpenApi30ServerVariable in io.apicurio.datamodels.models.openapi.v30
Classes in io.apicurio.datamodels.models.openapi.v30 that implement OpenApi30ServerVariable Modifier and Type Class Description classOpenApi30ServerVariableImplMethods in io.apicurio.datamodels.models.openapi.v30 that return OpenApi30ServerVariable Modifier and Type Method Description OpenApi30ServerVariableOpenApi30ServerImpl. createServerVariable() -
Uses of OpenApi30ServerVariable in io.apicurio.datamodels.models.openapi.v30.io
Methods in io.apicurio.datamodels.models.openapi.v30.io with parameters of type OpenApi30ServerVariable Modifier and Type Method Description voidOpenApi30ModelReader. readServerVariable(com.fasterxml.jackson.databind.node.ObjectNode json, OpenApi30ServerVariable node)voidOpenApi30ModelWriter. writeServerVariable(OpenApi30ServerVariable node, com.fasterxml.jackson.databind.node.ObjectNode json)
-