Uses of Interface
io.apicurio.datamodels.models.asyncapi.v26.AsyncApi26ServerVariable
-
Packages that use AsyncApi26ServerVariable Package Description io.apicurio.datamodels.models.asyncapi.v26 io.apicurio.datamodels.models.asyncapi.v26.io -
-
Uses of AsyncApi26ServerVariable in io.apicurio.datamodels.models.asyncapi.v26
Classes in io.apicurio.datamodels.models.asyncapi.v26 that implement AsyncApi26ServerVariable Modifier and Type Class Description classAsyncApi26ServerVariableImplMethods in io.apicurio.datamodels.models.asyncapi.v26 that return AsyncApi26ServerVariable Modifier and Type Method Description AsyncApi26ServerVariableAsyncApi26Components. createServerVariable()AsyncApi26ServerVariableAsyncApi26ComponentsImpl. createServerVariable()AsyncApi26ServerVariableAsyncApi26ServerImpl. createServerVariable()Methods in io.apicurio.datamodels.models.asyncapi.v26 that return types with arguments of type AsyncApi26ServerVariable Modifier and Type Method Description Map<String,AsyncApi26ServerVariable>AsyncApi26Components. getServerVariables()Map<String,AsyncApi26ServerVariable>AsyncApi26ComponentsImpl. getServerVariables()Methods in io.apicurio.datamodels.models.asyncapi.v26 with parameters of type AsyncApi26ServerVariable Modifier and Type Method Description voidAsyncApi26Components. addServerVariable(String name, AsyncApi26ServerVariable value)voidAsyncApi26ComponentsImpl. addServerVariable(String name, AsyncApi26ServerVariable value)voidAsyncApi26Components. insertServerVariable(String name, AsyncApi26ServerVariable value, int atIndex)voidAsyncApi26ComponentsImpl. insertServerVariable(String name, AsyncApi26ServerVariable value, int atIndex) -
Uses of AsyncApi26ServerVariable in io.apicurio.datamodels.models.asyncapi.v26.io
Methods in io.apicurio.datamodels.models.asyncapi.v26.io with parameters of type AsyncApi26ServerVariable Modifier and Type Method Description voidAsyncApi26ModelReader. readServerVariable(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi26ServerVariable node)voidAsyncApi26ModelWriter. writeServerVariable(AsyncApi26ServerVariable node, com.fasterxml.jackson.databind.node.ObjectNode json)
-