Package | Description |
---|---|
org.apache.avro |
Avro kernel classes.
|
Modifier and Type | Method and Description |
---|---|
SchemaBuilder.IntDefault<R> |
SchemaBuilder.BaseFieldTypeBuilder.intType()
A plain int type without custom properties.
|
Modifier and Type | Method and Description |
---|---|
SchemaBuilder.IntBuilder<SchemaBuilder.IntDefault<R>> |
SchemaBuilder.BaseFieldTypeBuilder.intBuilder()
Build an int type that can set custom properties.
|
SchemaBuilder.IntBuilder<SchemaBuilder.UnionAccumulator<SchemaBuilder.IntDefault<R>>> |
SchemaBuilder.UnionFieldTypeBuilder.intBuilder()
Build an int type that can set custom properties.
|
SchemaBuilder.UnionAccumulator<SchemaBuilder.IntDefault<R>> |
SchemaBuilder.UnionFieldTypeBuilder.intType()
A plain int type without custom properties.
|
Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.