Uses of Interface
io.apicurio.datamodels.models.asyncapi.v25.AsyncApi25ServerVariable
-
Packages that use AsyncApi25ServerVariable Package Description io.apicurio.datamodels.models.asyncapi.v25 io.apicurio.datamodels.models.asyncapi.v25.io -
-
Uses of AsyncApi25ServerVariable in io.apicurio.datamodels.models.asyncapi.v25
Classes in io.apicurio.datamodels.models.asyncapi.v25 that implement AsyncApi25ServerVariable Modifier and Type Class Description classAsyncApi25ServerVariableImplMethods in io.apicurio.datamodels.models.asyncapi.v25 that return AsyncApi25ServerVariable Modifier and Type Method Description AsyncApi25ServerVariableAsyncApi25Components. createServerVariable()AsyncApi25ServerVariableAsyncApi25ComponentsImpl. createServerVariable()AsyncApi25ServerVariableAsyncApi25ServerImpl. createServerVariable()Methods in io.apicurio.datamodels.models.asyncapi.v25 that return types with arguments of type AsyncApi25ServerVariable Modifier and Type Method Description Map<String,AsyncApi25ServerVariable>AsyncApi25Components. getServerVariables()Map<String,AsyncApi25ServerVariable>AsyncApi25ComponentsImpl. getServerVariables()Methods in io.apicurio.datamodels.models.asyncapi.v25 with parameters of type AsyncApi25ServerVariable Modifier and Type Method Description voidAsyncApi25Components. addServerVariable(String name, AsyncApi25ServerVariable value)voidAsyncApi25ComponentsImpl. addServerVariable(String name, AsyncApi25ServerVariable value)voidAsyncApi25Components. insertServerVariable(String name, AsyncApi25ServerVariable value, int atIndex)voidAsyncApi25ComponentsImpl. insertServerVariable(String name, AsyncApi25ServerVariable value, int atIndex) -
Uses of AsyncApi25ServerVariable in io.apicurio.datamodels.models.asyncapi.v25.io
Methods in io.apicurio.datamodels.models.asyncapi.v25.io with parameters of type AsyncApi25ServerVariable Modifier and Type Method Description voidAsyncApi25ModelReader. readServerVariable(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi25ServerVariable node)voidAsyncApi25ModelWriter. writeServerVariable(AsyncApi25ServerVariable node, com.fasterxml.jackson.databind.node.ObjectNode json)
-