Uses of Interface
io.apicurio.datamodels.models.asyncapi.v22.AsyncApi22ServerBindings
-
Packages that use AsyncApi22ServerBindings Package Description io.apicurio.datamodels.models.asyncapi.v22 io.apicurio.datamodels.models.asyncapi.v22.io -
-
Uses of AsyncApi22ServerBindings in io.apicurio.datamodels.models.asyncapi.v22
Classes in io.apicurio.datamodels.models.asyncapi.v22 that implement AsyncApi22ServerBindings Modifier and Type Class Description classAsyncApi22ServerBindingsImplMethods in io.apicurio.datamodels.models.asyncapi.v22 that return AsyncApi22ServerBindings Modifier and Type Method Description AsyncApi22ServerBindingsAsyncApi22ComponentsImpl. createServerBindings()AsyncApi22ServerBindingsAsyncApi22ServerImpl. createServerBindings() -
Uses of AsyncApi22ServerBindings in io.apicurio.datamodels.models.asyncapi.v22.io
Methods in io.apicurio.datamodels.models.asyncapi.v22.io with parameters of type AsyncApi22ServerBindings Modifier and Type Method Description voidAsyncApi22ModelReader. readServerBindings(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi22ServerBindings node)voidAsyncApi22ModelWriter. writeServerBindings(AsyncApi22ServerBindings node, com.fasterxml.jackson.databind.node.ObjectNode json)
-