Class AsyncApiPathGeneratorCodeGen
java.lang.Object
io.quarkiverse.asyncapi.generator.input.AsyncApiGeneratorCodeGenBase
io.quarkiverse.asyncapi.generator.input.AsyncApiPathGeneratorCodeGen
- All Implemented Interfaces:
io.quarkus.deployment.CodeGenProvider
- Direct Known Subclasses:
AsyncApiGeneratorJsonCodeGen,AsyncApiGeneratorYamlCodeGen,AsyncApiGeneratorYmlCodeGen
-
Field Summary
Fields inherited from class io.quarkiverse.asyncapi.generator.input.AsyncApiGeneratorCodeGenBase
extension -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAsyncApiPathGeneratorCodeGen(AsyncAPIExtension extension) -
Method Summary
Modifier and TypeMethodDescriptionprotected Collection<AsyncApiCodeGenerator>buildCodeGenerators(io.quarkus.deployment.CodeGenContext context) protected Collection<String>excludedFiles(org.eclipse.microprofile.config.Config config) protected booleanisCandidateFile(Path path, Collection<String> ignoredFiles) protected voidtrigger(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, shouldRun
-
Constructor Details
-
AsyncApiPathGeneratorCodeGen
-
-
Method Details
-
excludedFiles
-
trigger
protected void trigger(io.quarkus.deployment.CodeGenContext context, AsyncApiCodeGenerator generator) throws IOException - Specified by:
triggerin classAsyncApiGeneratorCodeGenBase- Throws:
IOException
-
isCandidateFile
-
buildCodeGenerators
protected Collection<AsyncApiCodeGenerator> buildCodeGenerators(io.quarkus.deployment.CodeGenContext context) - Specified by:
buildCodeGeneratorsin classAsyncApiGeneratorCodeGenBase
-