Uses of Interface
io.apicurio.datamodels.models.asyncapi.v26.AsyncApi26Parameter
-
Packages that use AsyncApi26Parameter Package Description io.apicurio.datamodels.models.asyncapi.v26 io.apicurio.datamodels.models.asyncapi.v26.io -
-
Uses of AsyncApi26Parameter in io.apicurio.datamodels.models.asyncapi.v26
Classes in io.apicurio.datamodels.models.asyncapi.v26 that implement AsyncApi26Parameter Modifier and Type Class Description classAsyncApi26ParameterImplMethods in io.apicurio.datamodels.models.asyncapi.v26 that return AsyncApi26Parameter Modifier and Type Method Description AsyncApi26ParameterAsyncApi26ComponentsImpl. createParameter()AsyncApi26ParameterAsyncApi26ParametersImpl. createParameter() -
Uses of AsyncApi26Parameter in io.apicurio.datamodels.models.asyncapi.v26.io
Methods in io.apicurio.datamodels.models.asyncapi.v26.io with parameters of type AsyncApi26Parameter Modifier and Type Method Description voidAsyncApi26ModelReader. readParameter(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi26Parameter node)voidAsyncApi26ModelWriter. writeParameter(AsyncApi26Parameter node, com.fasterxml.jackson.databind.node.ObjectNode json)
-