Package org.apache.avro.idl
Class IdlSchemaFormatter
java.lang.Object
org.apache.avro.idl.IdlSchemaFormatter
- All Implemented Interfaces:
SchemaFormatter
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
IdlSchemaFormatter
public IdlSchemaFormatter()
-
-
Method Details
-
format
Description copied from interface:SchemaFormatter
Write the specified schema as a String.- Specified by:
format
in interfaceSchemaFormatter
- Parameters:
schema
- the schema to write- Returns:
- the formatted schema
-