Class ConverterConfig
java.lang.Object
org.apache.kafka.common.config.AbstractConfig
org.apache.kafka.connect.storage.ConverterConfig
- Direct Known Subclasses:
StringConverterConfig
Abstract class that defines the configuration options for
Converter and HeaderConverter instances.-
Field Summary
FieldsFields inherited from class AbstractConfig
AUTOMATIC_CONFIG_PROVIDERS_PROPERTY, CONFIG_PROVIDERS_CONFIG, CONFIG_PROVIDERS_DOC -
Method Summary
Modifier and TypeMethodDescriptionstatic ConfigDefCreate a newConfigDefinstance containing the configurations defined by ConverterConfig.type()Get the type of converter as defined by theTYPE_CONFIGconfiguration.Methods inherited from class AbstractConfig
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
-
Field Details
-
TYPE_CONFIG
- See Also:
-
-
Method Details
-
newConfigDef
-
type
Get the type of converter as defined by theTYPE_CONFIGconfiguration.- Returns:
- the converter type; never null
-