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) withMetadata
(boolean metadata) withNullable
(boolean nullable) withRawName
(String rawName) withType
(Schema.Type type)
-
Method Details
-
withName
-
withRawName
-
withType
-
withNullable
-
withMetadata
-
withDefaultValue
-
withElementSchema
-
withComment
-
withProps
-
withProp
-
build
-