Uses of Interface
io.apicurio.datamodels.models.asyncapi.v20.AsyncApi20ServerBindings
-
Packages that use AsyncApi20ServerBindings Package Description io.apicurio.datamodels.models.asyncapi.v20 io.apicurio.datamodels.models.asyncapi.v20.io -
-
Uses of AsyncApi20ServerBindings in io.apicurio.datamodels.models.asyncapi.v20
Classes in io.apicurio.datamodels.models.asyncapi.v20 that implement AsyncApi20ServerBindings Modifier and Type Class Description classAsyncApi20ServerBindingsImplMethods in io.apicurio.datamodels.models.asyncapi.v20 that return AsyncApi20ServerBindings Modifier and Type Method Description AsyncApi20ServerBindingsAsyncApi20ComponentsImpl. createServerBindings()AsyncApi20ServerBindingsAsyncApi20ServerImpl. createServerBindings() -
Uses of AsyncApi20ServerBindings in io.apicurio.datamodels.models.asyncapi.v20.io
Methods in io.apicurio.datamodels.models.asyncapi.v20.io with parameters of type AsyncApi20ServerBindings Modifier and Type Method Description voidAsyncApi20ModelReader. readServerBindings(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi20ServerBindings node)voidAsyncApi20ModelWriter. writeServerBindings(AsyncApi20ServerBindings node, com.fasterxml.jackson.databind.node.ObjectNode json)
-