Uses of Interface
io.apicurio.datamodels.models.asyncapi.v26.AsyncApi26ServerBindings
-
Packages that use AsyncApi26ServerBindings Package Description io.apicurio.datamodels.models.asyncapi.v26 io.apicurio.datamodels.models.asyncapi.v26.io -
-
Uses of AsyncApi26ServerBindings in io.apicurio.datamodels.models.asyncapi.v26
Classes in io.apicurio.datamodels.models.asyncapi.v26 that implement AsyncApi26ServerBindings Modifier and Type Class Description classAsyncApi26ServerBindingsImplMethods in io.apicurio.datamodels.models.asyncapi.v26 that return AsyncApi26ServerBindings Modifier and Type Method Description AsyncApi26ServerBindingsAsyncApi26ComponentsImpl. createServerBindings()AsyncApi26ServerBindingsAsyncApi26ServerImpl. createServerBindings() -
Uses of AsyncApi26ServerBindings in io.apicurio.datamodels.models.asyncapi.v26.io
Methods in io.apicurio.datamodels.models.asyncapi.v26.io with parameters of type AsyncApi26ServerBindings Modifier and Type Method Description voidAsyncApi26ModelReader. readServerBindings(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi26ServerBindings node)voidAsyncApi26ModelWriter. writeServerBindings(AsyncApi26ServerBindings node, com.fasterxml.jackson.databind.node.ObjectNode json)
-