Uses of Interface
io.apicurio.datamodels.models.asyncapi.v24.AsyncApi24Parameter
-
Packages that use AsyncApi24Parameter Package Description io.apicurio.datamodels.models.asyncapi.v24 io.apicurio.datamodels.models.asyncapi.v24.io -
-
Uses of AsyncApi24Parameter in io.apicurio.datamodels.models.asyncapi.v24
Classes in io.apicurio.datamodels.models.asyncapi.v24 that implement AsyncApi24Parameter Modifier and Type Class Description classAsyncApi24ParameterImplMethods in io.apicurio.datamodels.models.asyncapi.v24 that return AsyncApi24Parameter Modifier and Type Method Description AsyncApi24ParameterAsyncApi24ComponentsImpl. createParameter()AsyncApi24ParameterAsyncApi24ParametersImpl. createParameter() -
Uses of AsyncApi24Parameter in io.apicurio.datamodels.models.asyncapi.v24.io
Methods in io.apicurio.datamodels.models.asyncapi.v24.io with parameters of type AsyncApi24Parameter Modifier and Type Method Description voidAsyncApi24ModelReader. readParameter(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi24Parameter node)voidAsyncApi24ModelWriter. writeParameter(AsyncApi24Parameter node, com.fasterxml.jackson.databind.node.ObjectNode json)
-