Uses of Interface
io.apicurio.datamodels.models.asyncapi.v25.AsyncApi25ServerBindings
-
Packages that use AsyncApi25ServerBindings Package Description io.apicurio.datamodels.models.asyncapi.v25 io.apicurio.datamodels.models.asyncapi.v25.io -
-
Uses of AsyncApi25ServerBindings in io.apicurio.datamodels.models.asyncapi.v25
Classes in io.apicurio.datamodels.models.asyncapi.v25 that implement AsyncApi25ServerBindings Modifier and Type Class Description classAsyncApi25ServerBindingsImplMethods in io.apicurio.datamodels.models.asyncapi.v25 that return AsyncApi25ServerBindings Modifier and Type Method Description AsyncApi25ServerBindingsAsyncApi25ComponentsImpl. createServerBindings()AsyncApi25ServerBindingsAsyncApi25ServerImpl. createServerBindings() -
Uses of AsyncApi25ServerBindings in io.apicurio.datamodels.models.asyncapi.v25.io
Methods in io.apicurio.datamodels.models.asyncapi.v25.io with parameters of type AsyncApi25ServerBindings Modifier and Type Method Description voidAsyncApi25ModelReader. readServerBindings(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi25ServerBindings node)voidAsyncApi25ModelWriter. writeServerBindings(AsyncApi25ServerBindings node, com.fasterxml.jackson.databind.node.ObjectNode json)
-