Class OpenApiClientGeneratorWrapper

java.lang.Object
io.quarkiverse.openapi.generator.deployment.wrapper.OpenApiClientGeneratorWrapper
Direct Known Subclasses:
OpenApiClassicClientGeneratorWrapper, OpenApiReactiveClientGeneratorWrapper

public abstract class OpenApiClientGeneratorWrapper extends Object
Wrapper for the OpenAPIGen tool. This is the same as calling the Maven plugin or the CLI. We are wrapping into a class to generate code that meet our requirements.
See Also: