Package org.apache.avro
Interface SchemaParser.ParseResult
- Enclosing class:
 SchemaParser
public static interface SchemaParser.ParseResult
- 
Method Summary
Modifier and TypeMethodDescriptionThe main schema parsed from a file.The list of named schemata that were parsed. 
- 
Method Details
- 
mainSchema
Schema mainSchema()The main schema parsed from a file. Can be any schema, ornullif the parsed file has no "main" schema. - 
parsedNamedSchemas
The list of named schemata that were parsed. 
 -