Uses of Interface
io.apicurio.datamodels.models.asyncapi.v22.AsyncApi22ServerVariable
-
Packages that use AsyncApi22ServerVariable Package Description io.apicurio.datamodels.models.asyncapi.v22 io.apicurio.datamodels.models.asyncapi.v22.io -
-
Uses of AsyncApi22ServerVariable in io.apicurio.datamodels.models.asyncapi.v22
Classes in io.apicurio.datamodels.models.asyncapi.v22 that implement AsyncApi22ServerVariable Modifier and Type Class Description classAsyncApi22ServerVariableImplMethods in io.apicurio.datamodels.models.asyncapi.v22 that return AsyncApi22ServerVariable Modifier and Type Method Description AsyncApi22ServerVariableAsyncApi22ServerImpl. createServerVariable() -
Uses of AsyncApi22ServerVariable in io.apicurio.datamodels.models.asyncapi.v22.io
Methods in io.apicurio.datamodels.models.asyncapi.v22.io with parameters of type AsyncApi22ServerVariable Modifier and Type Method Description voidAsyncApi22ModelReader. readServerVariable(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi22ServerVariable node)voidAsyncApi22ModelWriter. writeServerVariable(AsyncApi22ServerVariable node, com.fasterxml.jackson.databind.node.ObjectNode json)
-