| Package | Description |
|---|---|
| io.debezium.config |
| Modifier and Type | Class and Description |
|---|---|
static class |
Field.EnumRecommender<T extends Enum<T>> |
static class |
Field.InvisibleRecommender
A
Field.Recommender that will look at several fields that are deemed to be exclusive, such that when the first of
them has a value the others are made invisible. |
static class |
Field.OneOfRecommender
A
Field.Recommender that will look at several fields that are deemed to be exclusive, such that when the first of
them has a value the others are made invisible. |
| Modifier and Type | Field and Description |
|---|---|
private Field.Recommender |
Field.recommender |
| Modifier and Type | Method and Description |
|---|---|
Field.Recommender |
Field.recommender()
Get the
Field.Recommender for this field. |
| Modifier and Type | Method and Description |
|---|---|
Field |
Field.withRecommender(Field.Recommender recommender)
Create and return a new Field instance that is a copy of this field but with the given recommender.
|
| Constructor and Description |
|---|
Field(String name,
String displayName,
org.apache.kafka.common.config.ConfigDef.Type type,
org.apache.kafka.common.config.ConfigDef.Width width,
String description,
org.apache.kafka.common.config.ConfigDef.Importance importance,
List<String> dependents,
Supplier<Object> defaultValueGenerator,
Field.Validator validator,
Field.Recommender recommender) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.