Package io.debezium.schemagenerator
Class SchemaGenerator
- java.lang.Object
-
- io.debezium.schemagenerator.SchemaGenerator
-
public class SchemaGenerator extends Object
-
-
Field Summary
Fields Modifier and Type Field Description private static System.LoggerLOGGER
-
Constructor Summary
Constructors Constructor Description SchemaGenerator()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description private List<ConnectorMetadata>getMetadata()private SchemagetSchemaFormat(String formatName)Returns theSchemawith the given name, specified via theSchemaNameannotation.static voidmain(String[] args)private voidrun(String formatName, Path outputDirectory, boolean groupDirectoryPerConnector, String filenamePrefix, String filenameSuffix)
-
-
-
Field Detail
-
LOGGER
private static final System.Logger LOGGER
-
-
Method Detail
-
main
public static void main(String[] args)
-
run
private void run(String formatName, Path outputDirectory, boolean groupDirectoryPerConnector, String filenamePrefix, String filenameSuffix)
-
getMetadata
private List<ConnectorMetadata> getMetadata()
-
getSchemaFormat
private Schema getSchemaFormat(String formatName)
Returns theSchemawith the given name, specified via theSchemaNameannotation.
-
-