Uses of Interface
org.apache.avro.SchemaParser.ParseResult
-
Uses of SchemaParser.ParseResult in org.apache.avro
Modifier and TypeMethodDescriptionParse 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.Modifier and TypeMethodDescriptionSchemaParser.resolve
(SchemaParser.ParseResult result) Deprecated.