Package org.apache.avro.idl
Class IdlSchemaParser
java.lang.Object
org.apache.avro.idl.IdlSchemaParser
- All Implemented Interfaces:
org.apache.avro.FormattedSchemaParser
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.avro.Schema
parse
(org.apache.avro.ParseContext parseContext, URI baseUri, CharSequence formattedSchema)
-
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 interfaceorg.apache.avro.FormattedSchemaParser
- Throws:
IOException
org.apache.avro.SchemaParseException
-