Uses of Class
org.apache.avro.SchemaParseException
Packages that use SchemaParseException
-
Uses of SchemaParseException in org.apache.avro
Methods in org.apache.avro that throw SchemaParseExceptionModifier and TypeMethodDescriptionFormattedSchemaParser.parse
(ParseContext parseContext, URI baseUri, CharSequence formattedSchema) Parse schema definitions from a text based source.JsonSchemaParser.parse
(ParseContext parseContext, URI baseUri, CharSequence formattedSchema) Parse an Avro schema from a file.Parse an Avro schema from a file written with a specific character set.SchemaParser.parse
(InputStream in) Parse an Avro schema from an input stream.SchemaParser.parse
(InputStream in, Charset charset) Parse an Avro schema from an input stream.Parse an Avro schema from an input reader.SchemaParser.parse
(CharSequence text) Parse an Avro schema from a string.Parse an Avro schema from a file written with a specific character set.Parse an Avro schema from a file.Parse an Avro schema from a file written with a specific character set. -
Uses of SchemaParseException in org.apache.avro.idl
Methods in org.apache.avro.idl that throw SchemaParseExceptionModifier and TypeMethodDescriptionIdlSchemaParser.parse
(ParseContext parseContext, URI baseUri, CharSequence formattedSchema)