Uses of Interface
io.apicurio.datamodels.models.union.MultiFormatSchemaSchemaUnion
-
Packages that use MultiFormatSchemaSchemaUnion Package Description io.apicurio.datamodels.models.asyncapi.v30 -
-
Uses of MultiFormatSchemaSchemaUnion in io.apicurio.datamodels.models.asyncapi.v30
Subinterfaces of MultiFormatSchemaSchemaUnion in io.apicurio.datamodels.models.asyncapi.v30 Modifier and Type Interface Description interfaceAsyncApi30MultiFormatSchemainterfaceAsyncApi30SchemaClasses in io.apicurio.datamodels.models.asyncapi.v30 that implement MultiFormatSchemaSchemaUnion Modifier and Type Class Description classAsyncApi30MultiFormatSchemaImplclassAsyncApi30SchemaImplMethods in io.apicurio.datamodels.models.asyncapi.v30 that return MultiFormatSchemaSchemaUnion Modifier and Type Method Description MultiFormatSchemaSchemaUnionAsyncApi30Message. getHeaders()MultiFormatSchemaSchemaUnionAsyncApi30MessageImpl. getHeaders()MultiFormatSchemaSchemaUnionAsyncApi30MessageTrait. getHeaders()MultiFormatSchemaSchemaUnionAsyncApi30MessageTraitImpl. getHeaders()MultiFormatSchemaSchemaUnionAsyncApi30Message. getPayload()MultiFormatSchemaSchemaUnionAsyncApi30MessageImpl. getPayload()Methods in io.apicurio.datamodels.models.asyncapi.v30 that return types with arguments of type MultiFormatSchemaSchemaUnion Modifier and Type Method Description Map<String,MultiFormatSchemaSchemaUnion>AsyncApi30Components. getSchemas()Map<String,MultiFormatSchemaSchemaUnion>AsyncApi30ComponentsImpl. getSchemas()Methods in io.apicurio.datamodels.models.asyncapi.v30 with parameters of type MultiFormatSchemaSchemaUnion Modifier and Type Method Description voidAsyncApi30Components. addSchema(String name, MultiFormatSchemaSchemaUnion value)voidAsyncApi30ComponentsImpl. addSchema(String name, MultiFormatSchemaSchemaUnion value)voidAsyncApi30Components. insertSchema(String name, MultiFormatSchemaSchemaUnion value, int atIndex)voidAsyncApi30ComponentsImpl. insertSchema(String name, MultiFormatSchemaSchemaUnion value, int atIndex)voidAsyncApi30Message. setHeaders(MultiFormatSchemaSchemaUnion value)voidAsyncApi30MessageImpl. setHeaders(MultiFormatSchemaSchemaUnion value)voidAsyncApi30MessageTrait. setHeaders(MultiFormatSchemaSchemaUnion value)voidAsyncApi30MessageTraitImpl. setHeaders(MultiFormatSchemaSchemaUnion value)voidAsyncApi30Message. setPayload(MultiFormatSchemaSchemaUnion value)voidAsyncApi30MessageImpl. setPayload(MultiFormatSchemaSchemaUnion value)
-