Uses of Class
io.quarkiverse.asyncapi.generator.AsyncApiCodeGenerator
Packages that use AsyncApiCodeGenerator
-
Uses of AsyncApiCodeGenerator in io.quarkiverse.asyncapi.generator.input
Methods in io.quarkiverse.asyncapi.generator.input that return types with arguments of type AsyncApiCodeGeneratorModifier and TypeMethodDescriptionprotected abstract Collection<AsyncApiCodeGenerator>AsyncApiGeneratorCodeGenBase.buildCodeGenerators(io.quarkus.deployment.CodeGenContext context) protected Collection<AsyncApiCodeGenerator>AsyncApiGeneratorStreamCodeGen.buildCodeGenerators(io.quarkus.deployment.CodeGenContext context) protected Collection<AsyncApiCodeGenerator>AsyncApiPathGeneratorCodeGen.buildCodeGenerators(io.quarkus.deployment.CodeGenContext context) Methods in io.quarkiverse.asyncapi.generator.input with parameters of type AsyncApiCodeGeneratorModifier and TypeMethodDescriptionprotected abstract voidAsyncApiGeneratorCodeGenBase.trigger(io.quarkus.deployment.CodeGenContext context, AsyncApiCodeGenerator generator) voidAsyncApiGeneratorStreamCodeGen.trigger(io.quarkus.deployment.CodeGenContext context, AsyncApiCodeGenerator generator) protected voidAsyncApiPathGeneratorCodeGen.trigger(io.quarkus.deployment.CodeGenContext context, AsyncApiCodeGenerator generator)