Uses of Class
org.apache.avro.SchemaBuilder.BytesDefault
Packages that use SchemaBuilder.BytesDefault
-
Uses of SchemaBuilder.BytesDefault in org.apache.avro
Methods in org.apache.avro that return SchemaBuilder.BytesDefaultModifier and TypeMethodDescriptionfinal SchemaBuilder.BytesDefault
<R> SchemaBuilder.BaseFieldTypeBuilder.bytesType()
A plain bytes type without custom properties.Methods in org.apache.avro that return types with arguments of type SchemaBuilder.BytesDefaultModifier and TypeMethodDescriptionSchemaBuilder.BaseFieldTypeBuilder.bytesBuilder()
Build a bytes type that can set custom properties.SchemaBuilder.UnionFieldTypeBuilder.bytesBuilder()
Build a bytes type that can set custom properties.SchemaBuilder.UnionFieldTypeBuilder.bytesType()
A plain bytes type without custom properties.