Package io.debezium.schemagenerator
Class SchemaGenerator
java.lang.Object
io.debezium.schemagenerator.SchemaGenerator
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate List<ConnectorMetadata>private SchemagetSchemaFormat(String formatName) Returns theSchemawith the given name, specified via theSchemaNameannotation.static voidprivate voidrun(String formatName, Path outputDirectory, boolean groupDirectoryPerConnector, String filenamePrefix, String filenameSuffix)
-
Field Details
-
LOGGER
-
-
Constructor Details
-
SchemaGenerator
public SchemaGenerator()
-
-
Method Details
-
main
-
run
-
getMetadata
-
getSchemaFormat
Returns theSchemawith the given name, specified via theSchemaNameannotation.
-