Class AsyncApiGeneratorStreamCodeGen
java.lang.Object
io.quarkiverse.asyncapi.generator.input.AsyncApiGeneratorCodeGenBase
io.quarkiverse.asyncapi.generator.input.AsyncApiGeneratorStreamCodeGen
- All Implemented Interfaces:
io.quarkus.deployment.CodeGenProvider
-
Field Summary
Fields inherited from class io.quarkiverse.asyncapi.generator.input.AsyncApiGeneratorCodeGenBase
extension -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Collection<AsyncApiCodeGenerator>buildCodeGenerators(io.quarkus.deployment.CodeGenContext context) booleanvoidtrigger(io.quarkus.deployment.CodeGenContext context, AsyncApiCodeGenerator generator) Methods inherited from class io.quarkiverse.asyncapi.generator.input.AsyncApiGeneratorCodeGenBase
inputDirectory, inputExtension, providerId, triggerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.quarkus.deployment.CodeGenProvider
getInputDirectory, init, inputExtensions
-
Constructor Details
-
AsyncApiGeneratorStreamCodeGen
public AsyncApiGeneratorStreamCodeGen()
-
-
Method Details
-
buildCodeGenerators
protected Collection<AsyncApiCodeGenerator> buildCodeGenerators(io.quarkus.deployment.CodeGenContext context) - Specified by:
buildCodeGeneratorsin classAsyncApiGeneratorCodeGenBase
-
trigger
public void trigger(io.quarkus.deployment.CodeGenContext context, AsyncApiCodeGenerator generator) throws IOException - Specified by:
triggerin classAsyncApiGeneratorCodeGenBase- Throws:
IOException
-
shouldRun
-