Class AvroUtils

java.lang.Object
io.confluent.kafka.schemaregistry.avro.AvroUtils

public class AvroUtils extends Object
  • Constructor Details

    • AvroUtils

      public AvroUtils()
  • Method Details

    • parseSchema

      public static AvroSchema parseSchema(String schemaString)
      Convert a schema string into a schema object and a canonical schema string.
      Returns:
      A schema object and a canonical representation of the schema string. Return null if there is any parsing error.