Class PropertyDescriptor
java.lang.Object
io.debezium.kcrestextension.entities.PropertyDescriptor
JSON model that describes a property of a Single Message Transform (SMT).
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
ConstructorsConstructorDescriptionPropertyDescriptor(String className, org.apache.kafka.common.config.ConfigDef.ConfigKey configKey) -
Method Summary
Modifier and TypeMethodDescriptionprivate static PropertyDescriptor.JsonTypetoJsonType(org.apache.kafka.common.config.ConfigDef.Type type)
-
Field Details
-
title
-
name
-
description
-
type
-
allowedValues
-
format
-
defaultValue
-
-
Constructor Details
-
PropertyDescriptor
public PropertyDescriptor(String className, org.apache.kafka.common.config.ConfigDef.ConfigKey configKey)
-
-
Method Details
-
toJsonType
private static PropertyDescriptor.JsonType toJsonType(org.apache.kafka.common.config.ConfigDef.Type type)
-