Uses of Interface
io.apicurio.datamodels.models.asyncapi.v22.AsyncApi22Parameter
-
Packages that use AsyncApi22Parameter Package Description io.apicurio.datamodels.models.asyncapi.v22 io.apicurio.datamodels.models.asyncapi.v22.io -
-
Uses of AsyncApi22Parameter in io.apicurio.datamodels.models.asyncapi.v22
Classes in io.apicurio.datamodels.models.asyncapi.v22 that implement AsyncApi22Parameter Modifier and Type Class Description classAsyncApi22ParameterImplMethods in io.apicurio.datamodels.models.asyncapi.v22 that return AsyncApi22Parameter Modifier and Type Method Description AsyncApi22ParameterAsyncApi22ComponentsImpl. createParameter()AsyncApi22ParameterAsyncApi22ParametersImpl. createParameter() -
Uses of AsyncApi22Parameter in io.apicurio.datamodels.models.asyncapi.v22.io
Methods in io.apicurio.datamodels.models.asyncapi.v22.io with parameters of type AsyncApi22Parameter Modifier and Type Method Description voidAsyncApi22ModelReader. readParameter(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi22Parameter node)voidAsyncApi22ModelWriter. writeParameter(AsyncApi22Parameter node, com.fasterxml.jackson.databind.node.ObjectNode json)
-