Uses of Interface
io.quarkiverse.asyncapi.generator.input.InputStreamSupplier
-
Packages that use InputStreamSupplier Package Description io.quarkiverse.asyncapi.generator.input -
-
Uses of InputStreamSupplier in io.quarkiverse.asyncapi.generator.input
Methods in io.quarkiverse.asyncapi.generator.input that return types with arguments of type InputStreamSupplier Modifier and Type Method Description Map<String,InputStreamSupplier>AsyncAPISpecInput. getStreams()Constructor parameters in io.quarkiverse.asyncapi.generator.input with type arguments of type InputStreamSupplier Constructor Description AsyncAPISpecInput(Map<String,InputStreamSupplier> streams)AsyncAPISpecInput(Map<String,InputStreamSupplier> streams, String basePackage)
-