Class AsyncAPISpecInput
- java.lang.Object
-
- io.quarkiverse.asyncapi.generator.input.AsyncAPISpecInput
-
public class AsyncAPISpecInput extends Object
-
-
Constructor Summary
Constructors Constructor Description AsyncAPISpecInput(Map<String,InputStreamSupplier> streams)AsyncAPISpecInput(Map<String,InputStreamSupplier> streams, String basePackage)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBasePackage()Map<String,InputStreamSupplier>getStreams()StringtoString()
-
-
-
Constructor Detail
-
AsyncAPISpecInput
public AsyncAPISpecInput(Map<String,InputStreamSupplier> streams)
-
AsyncAPISpecInput
public AsyncAPISpecInput(Map<String,InputStreamSupplier> streams, String basePackage)
-
-