Uses of Class
org.apache.avro.SchemaBuilder.StringDefault
Packages that use SchemaBuilder.StringDefault
-
Uses of SchemaBuilder.StringDefault in org.apache.avro
Methods in org.apache.avro that return SchemaBuilder.StringDefaultModifier and TypeMethodDescriptionfinal SchemaBuilder.StringDefault
<R> SchemaBuilder.BaseFieldTypeBuilder.stringType()
A plain string type without custom properties.Methods in org.apache.avro that return types with arguments of type SchemaBuilder.StringDefaultModifier and TypeMethodDescriptionSchemaBuilder.BaseFieldTypeBuilder.stringBuilder()
Build a string type that can set custom properties.SchemaBuilder.UnionFieldTypeBuilder.stringBuilder()
Build a string type that can set custom properties.SchemaBuilder.UnionFieldTypeBuilder.stringType()
A plain string type without custom properties.