Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Schema.Builder<T> |
add(FieldDef<T,?>... fields) |
Schema.Builder<T> |
add(Schema<T> schema) |
Schema<T> |
build() |
Schema.Builder<T> |
remove(FieldDef<T,?>... fields) |
public Schema.Builder<T> add(Schema<T> schema)
@SafeVarargs public final Schema.Builder<T> add(FieldDef<T,?>... fields)
@SafeVarargs public final Schema.Builder<T> remove(FieldDef<T,?>... fields)