Uses of Interface
io.apicurio.datamodels.models.asyncapi.v21.AsyncApi21Contact
-
Packages that use AsyncApi21Contact Package Description io.apicurio.datamodels.models.asyncapi.v21 io.apicurio.datamodels.models.asyncapi.v21.io -
-
Uses of AsyncApi21Contact in io.apicurio.datamodels.models.asyncapi.v21
Classes in io.apicurio.datamodels.models.asyncapi.v21 that implement AsyncApi21Contact Modifier and Type Class Description classAsyncApi21ContactImplMethods in io.apicurio.datamodels.models.asyncapi.v21 that return AsyncApi21Contact Modifier and Type Method Description AsyncApi21ContactAsyncApi21InfoImpl. createContact() -
Uses of AsyncApi21Contact in io.apicurio.datamodels.models.asyncapi.v21.io
Methods in io.apicurio.datamodels.models.asyncapi.v21.io with parameters of type AsyncApi21Contact Modifier and Type Method Description voidAsyncApi21ModelReader. readContact(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi21Contact node)voidAsyncApi21ModelWriter. writeContact(AsyncApi21Contact node, com.fasterxml.jackson.databind.node.ObjectNode json)
-