Uses of Interface
io.apicurio.datamodels.models.asyncapi.v30.AsyncApi30Parameter
-
Packages that use AsyncApi30Parameter Package Description io.apicurio.datamodels.models.asyncapi.v30 io.apicurio.datamodels.models.asyncapi.v30.io -
-
Uses of AsyncApi30Parameter in io.apicurio.datamodels.models.asyncapi.v30
Classes in io.apicurio.datamodels.models.asyncapi.v30 that implement AsyncApi30Parameter Modifier and Type Class Description classAsyncApi30ParameterImplMethods in io.apicurio.datamodels.models.asyncapi.v30 that return AsyncApi30Parameter Modifier and Type Method Description AsyncApi30ParameterAsyncApi30ComponentsImpl. createParameter()AsyncApi30ParameterAsyncApi30ParametersImpl. createParameter() -
Uses of AsyncApi30Parameter in io.apicurio.datamodels.models.asyncapi.v30.io
Methods in io.apicurio.datamodels.models.asyncapi.v30.io with parameters of type AsyncApi30Parameter Modifier and Type Method Description voidAsyncApi30ModelReader. readParameter(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi30Parameter node)voidAsyncApi30ModelWriter. writeParameter(AsyncApi30Parameter node, com.fasterxml.jackson.databind.node.ObjectNode json)
-