Interface Schema.Entry.Builder
- Enclosing interface:
- Schema.Entry
public static interface Schema.Entry.Builder
Plain builder matching
Schema.Entry
structure.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
withComment
(String comment) withDefaultValue
(T value) withElementSchema
(Schema schema) default Schema.Entry.Builder
withLogicalType
(String logicalType) default Schema.Entry.Builder
withLogicalType
(SchemaProperty.LogicalType logicalType) withMetadata
(boolean metadata) withNullable
(boolean nullable) withRawName
(String rawName) withType
(Schema.Type type)
-
Method Details
-
withName
-
withRawName
-
withType
-
withLogicalType
-
withLogicalType
-
withNullable
-
withMetadata
-
withDefaultValue
-
withElementSchema
-
withComment
-
withProps
-
withProp
-
build
-