Uses of Interface
io.apicurio.datamodels.models.asyncapi.v25.AsyncApi25Parameter
-
Packages that use AsyncApi25Parameter Package Description io.apicurio.datamodels.models.asyncapi.v25 io.apicurio.datamodels.models.asyncapi.v25.io -
-
Uses of AsyncApi25Parameter in io.apicurio.datamodels.models.asyncapi.v25
Classes in io.apicurio.datamodels.models.asyncapi.v25 that implement AsyncApi25Parameter Modifier and Type Class Description classAsyncApi25ParameterImplMethods in io.apicurio.datamodels.models.asyncapi.v25 that return AsyncApi25Parameter Modifier and Type Method Description AsyncApi25ParameterAsyncApi25ComponentsImpl. createParameter()AsyncApi25ParameterAsyncApi25ParametersImpl. createParameter() -
Uses of AsyncApi25Parameter in io.apicurio.datamodels.models.asyncapi.v25.io
Methods in io.apicurio.datamodels.models.asyncapi.v25.io with parameters of type AsyncApi25Parameter Modifier and Type Method Description voidAsyncApi25ModelReader. readParameter(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi25Parameter node)voidAsyncApi25ModelWriter. writeParameter(AsyncApi25Parameter node, com.fasterxml.jackson.databind.node.ObjectNode json)
-