public abstract class ConverterConfig
extends org.apache.kafka.common.config.AbstractConfig
Converter
and HeaderConverter
instances.Modifier and Type | Field and Description |
---|---|
static String |
TYPE_CONFIG |
Modifier and Type | Method and Description |
---|---|
static org.apache.kafka.common.config.ConfigDef |
newConfigDef()
Create a new
ConfigDef instance containing the configurations defined by ConverterConfig. |
ConverterType |
type()
Get the type of converter as defined by the
TYPE_CONFIG configuration. |
documentationOf, equals, getBoolean, getClass, getConfiguredInstance, getConfiguredInstance, getConfiguredInstances, getConfiguredInstances, getConfiguredInstances, getDouble, getInt, getList, getLong, getPassword, getShort, getString, hashCode, ignore, logUnused, nonInternalValues, originals, originals, originalsStrings, originalsWithPrefix, originalsWithPrefix, typeOf, unused, values, valuesWithPrefixAllOrNothing, valuesWithPrefixOverride
public static final String TYPE_CONFIG
public static org.apache.kafka.common.config.ConfigDef newConfigDef()
ConfigDef
instance containing the configurations defined by ConverterConfig. This can be called by subclasses.public ConverterType type()
TYPE_CONFIG
configuration.