Package io.debezium.schemagenerator
Class OpenApiGenerator
- java.lang.Object
-
- io.debezium.schemagenerator.OpenApiGenerator
-
public class OpenApiGenerator extends Object
-
-
Constructor Summary
Constructors Constructor Description OpenApiGenerator()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description private ApiFormatgetApiFormat(String formatName)Returns theApiFormatwith the given name, specified via theApiFormatNameannotation.private List<ConnectorMetadata>getMetadata()static voidmain(String[] args)private voidrun(String formatName, Path outputDirectory)
-
-
-
Method Detail
-
main
public static void main(String[] args)
-
getMetadata
private List<ConnectorMetadata> getMetadata()
-
getApiFormat
private ApiFormat getApiFormat(String formatName)
Returns theApiFormatwith the given name, specified via theApiFormatNameannotation.
-
-