Class SchemaBuilder.FixedBuilder<R>

Enclosing class:
SchemaBuilder

public static final class SchemaBuilder.FixedBuilder<R> extends SchemaBuilder.NamespacedBuilder<R,SchemaBuilder.FixedBuilder<R>>
Builds an Avro Fixed type with optional properties, namespace, doc, and aliases.

Set properties with SchemaBuilder.PropBuilder.prop(String, String), namespace with SchemaBuilder.NamespacedBuilder.namespace(String), doc with SchemaBuilder.NamedBuilder.doc(String), and aliases with SchemaBuilder.NamedBuilder.aliases(String[]).

The Fixed schema is finalized when its required size is set via size(int).