Uses of Class
io.quarkiverse.asyncapi.generator.AsyncApiCodeGenerator
-
Packages that use AsyncApiCodeGenerator Package Description io.quarkiverse.asyncapi.generator.input -
-
Uses of AsyncApiCodeGenerator in io.quarkiverse.asyncapi.generator.input
Methods in io.quarkiverse.asyncapi.generator.input that return types with arguments of type AsyncApiCodeGenerator Modifier and Type Method Description protected 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 AsyncApiCodeGenerator Modifier and Type Method Description protected 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)
-