Uses of Interface
io.apicurio.datamodels.models.asyncapi.v24.AsyncApi24ServerVariable
-
Packages that use AsyncApi24ServerVariable Package Description io.apicurio.datamodels.models.asyncapi.v24 io.apicurio.datamodels.models.asyncapi.v24.io -
-
Uses of AsyncApi24ServerVariable in io.apicurio.datamodels.models.asyncapi.v24
Classes in io.apicurio.datamodels.models.asyncapi.v24 that implement AsyncApi24ServerVariable Modifier and Type Class Description classAsyncApi24ServerVariableImplMethods in io.apicurio.datamodels.models.asyncapi.v24 that return AsyncApi24ServerVariable Modifier and Type Method Description AsyncApi24ServerVariableAsyncApi24Components. createServerVariable()AsyncApi24ServerVariableAsyncApi24ComponentsImpl. createServerVariable()AsyncApi24ServerVariableAsyncApi24ServerImpl. createServerVariable()Methods in io.apicurio.datamodels.models.asyncapi.v24 that return types with arguments of type AsyncApi24ServerVariable Modifier and Type Method Description Map<String,AsyncApi24ServerVariable>AsyncApi24Components. getServerVariables()Map<String,AsyncApi24ServerVariable>AsyncApi24ComponentsImpl. getServerVariables()Methods in io.apicurio.datamodels.models.asyncapi.v24 with parameters of type AsyncApi24ServerVariable Modifier and Type Method Description voidAsyncApi24Components. addServerVariable(String name, AsyncApi24ServerVariable value)voidAsyncApi24ComponentsImpl. addServerVariable(String name, AsyncApi24ServerVariable value)voidAsyncApi24Components. insertServerVariable(String name, AsyncApi24ServerVariable value, int atIndex)voidAsyncApi24ComponentsImpl. insertServerVariable(String name, AsyncApi24ServerVariable value, int atIndex) -
Uses of AsyncApi24ServerVariable in io.apicurio.datamodels.models.asyncapi.v24.io
Methods in io.apicurio.datamodels.models.asyncapi.v24.io with parameters of type AsyncApi24ServerVariable Modifier and Type Method Description voidAsyncApi24ModelReader. readServerVariable(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi24ServerVariable node)voidAsyncApi24ModelWriter. writeServerVariable(AsyncApi24ServerVariable node, com.fasterxml.jackson.databind.node.ObjectNode json)
-