Uses of Interface
io.apicurio.datamodels.models.asyncapi.v30.AsyncApi30Parameters
-
Packages that use AsyncApi30Parameters Package Description io.apicurio.datamodels.models.asyncapi.v30 io.apicurio.datamodels.models.asyncapi.v30.io -
-
Uses of AsyncApi30Parameters in io.apicurio.datamodels.models.asyncapi.v30
Classes in io.apicurio.datamodels.models.asyncapi.v30 that implement AsyncApi30Parameters Modifier and Type Class Description classAsyncApi30ParametersImplMethods in io.apicurio.datamodels.models.asyncapi.v30 that return AsyncApi30Parameters Modifier and Type Method Description AsyncApi30ParametersAsyncApi30Channel. createParameters()AsyncApi30ParametersAsyncApi30ChannelImpl. createParameters()AsyncApi30ParametersAsyncApi30Channel. getParameters()AsyncApi30ParametersAsyncApi30ChannelImpl. getParameters()Methods in io.apicurio.datamodels.models.asyncapi.v30 with parameters of type AsyncApi30Parameters Modifier and Type Method Description voidAsyncApi30Channel. setParameters(AsyncApi30Parameters value)voidAsyncApi30ChannelImpl. setParameters(AsyncApi30Parameters value) -
Uses of AsyncApi30Parameters in io.apicurio.datamodels.models.asyncapi.v30.io
Methods in io.apicurio.datamodels.models.asyncapi.v30.io with parameters of type AsyncApi30Parameters Modifier and Type Method Description voidAsyncApi30ModelReader. readParameters(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi30Parameters node)voidAsyncApi30ModelWriter. writeParameters(AsyncApi30Parameters node, com.fasterxml.jackson.databind.node.ObjectNode json)
-