Uses of Interface
io.debezium.config.Field.Recommender
-
Packages that use Field.Recommender Package Description io.debezium.config -
-
Uses of Field.Recommender in io.debezium.config
Classes in io.debezium.config that implement Field.Recommender Modifier and Type Class Description static classField.EnumRecommender<T extends Enum<T>>static classField.InvisibleRecommenderAField.Recommenderthat 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 classField.OneOfRecommenderAField.Recommenderthat 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.Fields in io.debezium.config declared as Field.Recommender Modifier and Type Field Description private Field.RecommenderField. recommenderMethods in io.debezium.config that return Field.Recommender Modifier and Type Method Description Field.RecommenderField. recommender()Get theField.Recommenderfor this field.Methods in io.debezium.config with parameters of type Field.Recommender Modifier and Type Method Description FieldField. withRecommender(Field.Recommender recommender)Create and return a new Field instance that is a copy of this field but with the given recommender.Constructors in io.debezium.config with parameters of type Field.Recommender Constructor 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)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, boolean isRequired, Field.GroupEntry group, Set<?> allowedValues)
-