Uses of Interface
io.apicurio.datamodels.models.asyncapi.v20.AsyncApi20Parameter
-
Packages that use AsyncApi20Parameter Package Description io.apicurio.datamodels.models.asyncapi.v20 io.apicurio.datamodels.models.asyncapi.v20.io -
-
Uses of AsyncApi20Parameter in io.apicurio.datamodels.models.asyncapi.v20
Classes in io.apicurio.datamodels.models.asyncapi.v20 that implement AsyncApi20Parameter Modifier and Type Class Description classAsyncApi20ParameterImplMethods in io.apicurio.datamodels.models.asyncapi.v20 that return AsyncApi20Parameter Modifier and Type Method Description AsyncApi20ParameterAsyncApi20ComponentsImpl. createParameter()AsyncApi20ParameterAsyncApi20ParametersImpl. createParameter() -
Uses of AsyncApi20Parameter in io.apicurio.datamodels.models.asyncapi.v20.io
Methods in io.apicurio.datamodels.models.asyncapi.v20.io with parameters of type AsyncApi20Parameter Modifier and Type Method Description voidAsyncApi20ModelReader. readParameter(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi20Parameter node)voidAsyncApi20ModelWriter. writeParameter(AsyncApi20Parameter node, com.fasterxml.jackson.databind.node.ObjectNode json)
-