public static interface Schema.Entry
Modifier and Type | Interface and Description |
---|---|
static interface |
Schema.Entry.Builder
Plain builder matching
Schema.Entry structure. |
Modifier and Type | Method and Description |
---|---|
String |
getComment() |
<T> T |
getDefaultValue() |
Schema |
getElementSchema() |
String |
getName() |
Schema.Type |
getType() |
boolean |
isNullable() |
Schema.Type getType()
boolean isNullable()
<T> T getDefaultValue()
T
- the default value type.Schema getElementSchema()
String getComment()
1.1.14-SNAPSHOT - Copyright © 2019 Talend Component Kit Documentation