Uses of Interface
io.apicurio.datamodels.models.openapi.v31.OpenApi31ServerVariable
-
Packages that use OpenApi31ServerVariable Package Description io.apicurio.datamodels.models.openapi.v31 io.apicurio.datamodels.models.openapi.v31.io -
-
Uses of OpenApi31ServerVariable in io.apicurio.datamodels.models.openapi.v31
Classes in io.apicurio.datamodels.models.openapi.v31 that implement OpenApi31ServerVariable Modifier and Type Class Description classOpenApi31ServerVariableImplMethods in io.apicurio.datamodels.models.openapi.v31 that return OpenApi31ServerVariable Modifier and Type Method Description OpenApi31ServerVariableOpenApi31ServerImpl. createServerVariable() -
Uses of OpenApi31ServerVariable in io.apicurio.datamodels.models.openapi.v31.io
Methods in io.apicurio.datamodels.models.openapi.v31.io with parameters of type OpenApi31ServerVariable Modifier and Type Method Description voidOpenApi31ModelReader. readServerVariable(com.fasterxml.jackson.databind.node.ObjectNode json, OpenApi31ServerVariable node)voidOpenApi31ModelWriter. writeServerVariable(OpenApi31ServerVariable node, com.fasterxml.jackson.databind.node.ObjectNode json)
-