Class IdlSchemaParser

java.lang.Object
org.apache.avro.idl.IdlSchemaParser
All Implemented Interfaces:
org.apache.avro.FormattedSchemaParser

public class IdlSchemaParser extends Object implements org.apache.avro.FormattedSchemaParser
  • Constructor Details

    • IdlSchemaParser

      public IdlSchemaParser()
  • Method Details

    • parse

      public org.apache.avro.Schema parse(org.apache.avro.ParseContext parseContext, URI baseUri, CharSequence formattedSchema) throws IOException, org.apache.avro.SchemaParseException
      Specified by:
      parse in interface org.apache.avro.FormattedSchemaParser
      Throws:
      IOException
      org.apache.avro.SchemaParseException