Uses of Interface
io.apicurio.datamodels.models.asyncapi.v21.AsyncApi21Parameter
-
Packages that use AsyncApi21Parameter Package Description io.apicurio.datamodels.models.asyncapi.v21 io.apicurio.datamodels.models.asyncapi.v21.io -
-
Uses of AsyncApi21Parameter in io.apicurio.datamodels.models.asyncapi.v21
Classes in io.apicurio.datamodels.models.asyncapi.v21 that implement AsyncApi21Parameter Modifier and Type Class Description classAsyncApi21ParameterImplMethods in io.apicurio.datamodels.models.asyncapi.v21 that return AsyncApi21Parameter Modifier and Type Method Description AsyncApi21ParameterAsyncApi21ComponentsImpl. createParameter()AsyncApi21ParameterAsyncApi21ParametersImpl. createParameter() -
Uses of AsyncApi21Parameter in io.apicurio.datamodels.models.asyncapi.v21.io
Methods in io.apicurio.datamodels.models.asyncapi.v21.io with parameters of type AsyncApi21Parameter Modifier and Type Method Description voidAsyncApi21ModelReader. readParameter(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi21Parameter node)voidAsyncApi21ModelWriter. writeParameter(AsyncApi21Parameter node, com.fasterxml.jackson.databind.node.ObjectNode json)
-