Package org.apache.kafka.connect.storage
Class StringConverterConfig
java.lang.Object
org.apache.kafka.common.config.AbstractConfig
org.apache.kafka.connect.storage.ConverterConfig
org.apache.kafka.connect.storage.StringConverterConfig
public class StringConverterConfig extends ConverterConfig
Configuration options for
StringConverter
instances.-
Field Summary
Fields Modifier and Type Field Description static String
ENCODING_CONFIG
static String
ENCODING_DEFAULT
Fields inherited from class org.apache.kafka.connect.storage.ConverterConfig
TYPE_CONFIG
Fields inherited from class org.apache.kafka.common.config.AbstractConfig
CONFIG_PROVIDERS_CONFIG
-
Constructor Summary
Constructors Constructor Description StringConverterConfig(Map<String,?> props)
-
Method Summary
Methods inherited from class org.apache.kafka.connect.storage.ConverterConfig
newConfigDef, type
Methods inherited from class org.apache.kafka.common.config.AbstractConfig
documentationOf, equals, get, getBoolean, getClass, getConfiguredInstance, getConfiguredInstance, getConfiguredInstances, getConfiguredInstances, getConfiguredInstances, getDouble, getInt, getList, getLong, getPassword, getShort, getString, hashCode, ignore, logUnused, nonInternalValues, originals, originals, originalsStrings, originalsWithPrefix, originalsWithPrefix, postProcessParsedConfig, typeOf, unused, values, valuesWithPrefixAllOrNothing, valuesWithPrefixOverride
-
Field Details
-
ENCODING_CONFIG
- See Also:
- Constant Field Values
-
ENCODING_DEFAULT
-
-
Constructor Details
-
StringConverterConfig
-
-
Method Details
-
configDef
-
encoding
Get the string encoding.- Returns:
- the encoding; never null
-