Uses of Interface
io.apicurio.datamodels.models.asyncapi.v23.AsyncApi23Parameter
-
Packages that use AsyncApi23Parameter Package Description io.apicurio.datamodels.models.asyncapi.v23 io.apicurio.datamodels.models.asyncapi.v23.io -
-
Uses of AsyncApi23Parameter in io.apicurio.datamodels.models.asyncapi.v23
Classes in io.apicurio.datamodels.models.asyncapi.v23 that implement AsyncApi23Parameter Modifier and Type Class Description classAsyncApi23ParameterImplMethods in io.apicurio.datamodels.models.asyncapi.v23 that return AsyncApi23Parameter Modifier and Type Method Description AsyncApi23ParameterAsyncApi23ComponentsImpl. createParameter()AsyncApi23ParameterAsyncApi23ParametersImpl. createParameter() -
Uses of AsyncApi23Parameter in io.apicurio.datamodels.models.asyncapi.v23.io
Methods in io.apicurio.datamodels.models.asyncapi.v23.io with parameters of type AsyncApi23Parameter Modifier and Type Method Description voidAsyncApi23ModelReader. readParameter(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi23Parameter node)voidAsyncApi23ModelWriter. writeParameter(AsyncApi23Parameter node, com.fasterxml.jackson.databind.node.ObjectNode json)
-