public abstract static class SchemaBuilder.NamedBuilder<S extends SchemaBuilder.NamedBuilder<S>> extends SchemaBuilder.PropBuilder<S>
| Modifier | Constructor and Description | 
|---|---|
protected  | 
NamedBuilder(org.apache.avro.SchemaBuilder.NameContext names,
            String name)  | 
| Modifier and Type | Method and Description | 
|---|---|
S | 
aliases(String... aliases)
configure this type's optional name aliases 
 | 
S | 
doc(String doc)
configure this type's optional documentation string 
 | 
prop, prop, selfprotected NamedBuilder(org.apache.avro.SchemaBuilder.NameContext names,
                       String name)
Copyright © 2009–2019 The Apache Software Foundation. All rights reserved.