public class SchemaGenerator extends Object
| Constructor and Description |
|---|
SchemaGenerator() |
| Modifier and Type | Method and Description |
|---|---|
static String |
generate(AvroSchema schema)
Generates an avro schema based on default formatting configuration.
|
static String |
generate(AvroSchema schema,
FormatterConfig config)
Generates an avro schema based on a given FormatterConfig
|
public static String generate(AvroSchema schema)
public static String generate(AvroSchema schema, FormatterConfig config)
Copyright © 2021. All rights reserved.