Uses of Interface
io.apicurio.datamodels.models.asyncapi.v30.AsyncApi30ServerVariable
-
Packages that use AsyncApi30ServerVariable Package Description io.apicurio.datamodels.models.asyncapi.v30 io.apicurio.datamodels.models.asyncapi.v30.io -
-
Uses of AsyncApi30ServerVariable in io.apicurio.datamodels.models.asyncapi.v30
Classes in io.apicurio.datamodels.models.asyncapi.v30 that implement AsyncApi30ServerVariable Modifier and Type Class Description classAsyncApi30ServerVariableImplMethods in io.apicurio.datamodels.models.asyncapi.v30 that return AsyncApi30ServerVariable Modifier and Type Method Description AsyncApi30ServerVariableAsyncApi30Components. createServerVariable()AsyncApi30ServerVariableAsyncApi30ComponentsImpl. createServerVariable()AsyncApi30ServerVariableAsyncApi30ServerImpl. createServerVariable()Methods in io.apicurio.datamodels.models.asyncapi.v30 that return types with arguments of type AsyncApi30ServerVariable Modifier and Type Method Description Map<String,AsyncApi30ServerVariable>AsyncApi30Components. getServerVariables()Map<String,AsyncApi30ServerVariable>AsyncApi30ComponentsImpl. getServerVariables()Methods in io.apicurio.datamodels.models.asyncapi.v30 with parameters of type AsyncApi30ServerVariable Modifier and Type Method Description voidAsyncApi30Components. addServerVariable(String name, AsyncApi30ServerVariable value)voidAsyncApi30ComponentsImpl. addServerVariable(String name, AsyncApi30ServerVariable value)voidAsyncApi30Components. insertServerVariable(String name, AsyncApi30ServerVariable value, int atIndex)voidAsyncApi30ComponentsImpl. insertServerVariable(String name, AsyncApi30ServerVariable value, int atIndex) -
Uses of AsyncApi30ServerVariable in io.apicurio.datamodels.models.asyncapi.v30.io
Methods in io.apicurio.datamodels.models.asyncapi.v30.io with parameters of type AsyncApi30ServerVariable Modifier and Type Method Description voidAsyncApi30ModelReader. readServerVariable(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi30ServerVariable node)voidAsyncApi30ModelWriter. writeServerVariable(AsyncApi30ServerVariable node, com.fasterxml.jackson.databind.node.ObjectNode json)
-