Uses of Interface
io.apicurio.datamodels.models.asyncapi.v23.AsyncApi23License
-
Packages that use AsyncApi23License Package Description io.apicurio.datamodels.models.asyncapi.v23 io.apicurio.datamodels.models.asyncapi.v23.io -
-
Uses of AsyncApi23License in io.apicurio.datamodels.models.asyncapi.v23
Classes in io.apicurio.datamodels.models.asyncapi.v23 that implement AsyncApi23License Modifier and Type Class Description classAsyncApi23LicenseImplMethods in io.apicurio.datamodels.models.asyncapi.v23 that return AsyncApi23License Modifier and Type Method Description AsyncApi23LicenseAsyncApi23InfoImpl. createLicense() -
Uses of AsyncApi23License in io.apicurio.datamodels.models.asyncapi.v23.io
Methods in io.apicurio.datamodels.models.asyncapi.v23.io with parameters of type AsyncApi23License Modifier and Type Method Description voidAsyncApi23ModelReader. readLicense(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi23License node)voidAsyncApi23ModelWriter. writeLicense(AsyncApi23License node, com.fasterxml.jackson.databind.node.ObjectNode json)
-