Uses of Interface
io.apicurio.datamodels.models.asyncapi.v24.AsyncApi24Contact
-
Packages that use AsyncApi24Contact Package Description io.apicurio.datamodels.models.asyncapi.v24 io.apicurio.datamodels.models.asyncapi.v24.io -
-
Uses of AsyncApi24Contact in io.apicurio.datamodels.models.asyncapi.v24
Classes in io.apicurio.datamodels.models.asyncapi.v24 that implement AsyncApi24Contact Modifier and Type Class Description classAsyncApi24ContactImplMethods in io.apicurio.datamodels.models.asyncapi.v24 that return AsyncApi24Contact Modifier and Type Method Description AsyncApi24ContactAsyncApi24InfoImpl. createContact() -
Uses of AsyncApi24Contact in io.apicurio.datamodels.models.asyncapi.v24.io
Methods in io.apicurio.datamodels.models.asyncapi.v24.io with parameters of type AsyncApi24Contact Modifier and Type Method Description voidAsyncApi24ModelReader. readContact(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi24Contact node)voidAsyncApi24ModelWriter. writeContact(AsyncApi24Contact node, com.fasterxml.jackson.databind.node.ObjectNode json)
-