Class IdlSchemaFormatter

java.lang.Object
org.apache.avro.idl.IdlSchemaFormatter
All Implemented Interfaces:
SchemaFormatter

public class IdlSchemaFormatter extends Object implements SchemaFormatter
  • Constructor Details

    • IdlSchemaFormatter

      public IdlSchemaFormatter()
  • Method Details

    • format

      public String format(Schema schema)
      Description copied from interface: SchemaFormatter
      Write the specified schema as a String.
      Specified by:
      format in interface SchemaFormatter
      Parameters:
      schema - the schema to write
      Returns:
      the formatted schema