Uses of Class
org.apache.avro.SchemaBuilder.EnumBuilder
-
Uses of SchemaBuilder.EnumBuilder in org.apache.avro
Modifier and TypeMethodDescriptionSchemaBuilder.EnumBuilder.defaultSymbol
(String enumDefault) Set the default value of the enum.SchemaBuilder.BaseFieldTypeBuilder.enumeration
(String name) Build an Avro enum type.final SchemaBuilder.EnumBuilder
<R> SchemaBuilder.BaseTypeBuilder.enumeration
(String name) Build an Avro enum type.static SchemaBuilder.EnumBuilder
<Schema> SchemaBuilder.enumeration
(String name) Create a builder for an Avro enum with the specified name and symbols (values).SchemaBuilder.UnionFieldTypeBuilder.enumeration
(String name) Build an Avro enum type.protected SchemaBuilder.EnumBuilder
<R> SchemaBuilder.EnumBuilder.self()