Class PropertyDescriptor
- java.lang.Object
-
- io.debezium.kcrestextension.entities.PropertyDescriptor
-
public class PropertyDescriptor extends Object
JSON model that describes a property of a Single Message Transform (SMT).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPropertyDescriptor.JsonType
-
Field Summary
Fields Modifier and Type Field Description List<String>allowedValuesStringdefaultValueStringdescriptionStringformatStringnameStringtitleStringtype
-
Constructor Summary
Constructors Constructor Description PropertyDescriptor(String className, org.apache.kafka.common.config.ConfigDef.ConfigKey configKey)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description private static PropertyDescriptor.JsonTypetoJsonType(org.apache.kafka.common.config.ConfigDef.Type type)
-
-
-
Constructor Detail
-
PropertyDescriptor
public PropertyDescriptor(String className, org.apache.kafka.common.config.ConfigDef.ConfigKey configKey)
-
-
Method Detail
-
toJsonType
private static PropertyDescriptor.JsonType toJsonType(org.apache.kafka.common.config.ConfigDef.Type type)
-
-