Package | Description |
---|---|
org.apache.avro |
Avro kernel classes.
|
Modifier and Type | Method and Description |
---|---|
Schema.Parser |
Schema.Parser.addTypes(Map<String,Schema> types)
Adds the provided types to the set of defined, named types known to
this parser.
|
Schema.Parser |
Schema.Parser.setValidate(boolean validate)
Enable or disable name validation.
|
Schema.Parser |
Schema.Parser.setValidateDefaults(boolean validateDefaults)
Enable or disable default value validation.
|
Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.