Uses of Interface
io.apicurio.datamodels.models.asyncapi.v20.AsyncApi20Contact
-
Packages that use AsyncApi20Contact Package Description io.apicurio.datamodels.models.asyncapi.v20 io.apicurio.datamodels.models.asyncapi.v20.io -
-
Uses of AsyncApi20Contact in io.apicurio.datamodels.models.asyncapi.v20
Classes in io.apicurio.datamodels.models.asyncapi.v20 that implement AsyncApi20Contact Modifier and Type Class Description classAsyncApi20ContactImplMethods in io.apicurio.datamodels.models.asyncapi.v20 that return AsyncApi20Contact Modifier and Type Method Description AsyncApi20ContactAsyncApi20InfoImpl. createContact() -
Uses of AsyncApi20Contact in io.apicurio.datamodels.models.asyncapi.v20.io
Methods in io.apicurio.datamodels.models.asyncapi.v20.io with parameters of type AsyncApi20Contact Modifier and Type Method Description voidAsyncApi20ModelReader. readContact(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi20Contact node)voidAsyncApi20ModelWriter. writeContact(AsyncApi20Contact node, com.fasterxml.jackson.databind.node.ObjectNode json)
-