io.quarkiverse.asyncapi.generator.input.AsyncApiGeneratorYmlCodeGen Maven / Gradle / Ivy
package io.quarkiverse.asyncapi.generator.input;
import io.quarkiverse.asyncapi.config.AsyncAPIExtension;
public class AsyncApiGeneratorYmlCodeGen extends AsyncApiPathGeneratorCodeGen {
public AsyncApiGeneratorYmlCodeGen() {
super(AsyncAPIExtension.yml);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy