Class AsyncApiCodeGenerator
- java.lang.Object
-
- io.quarkiverse.asyncapi.generator.AsyncApiCodeGenerator
-
public class AsyncApiCodeGenerator extends Object
-
-
Constructor Summary
Constructors Constructor Description AsyncApiCodeGenerator(Path outPath, org.eclipse.microprofile.config.Config config, Optional<String> packageName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleandone(boolean test)voidgenerate(String id, InputStream stream)voidgenerate(Path path)
-
-
-
Method Detail
-
generate
public void generate(Path path) throws IOException
- Throws:
IOException
-
generate
public void generate(String id, InputStream stream) throws IOException
- Throws:
IOException
-
done
public boolean done(boolean test) throws IOException- Throws:
IOException
-
-