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 final String
     
    static final String
     

    Fields inherited from class org.apache.kafka.connect.storage.ConverterConfig

    TYPE_CONFIG

    Fields inherited from class org.apache.kafka.common.config.AbstractConfig

    AUTOMATIC_CONFIG_PROVIDERS_PROPERTY, CONFIG_PROVIDERS_CONFIG
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.apache.kafka.common.config.ConfigDef
     
    Get the string encoding.

    Methods inherited from class org.apache.kafka.connect.storage.ConverterConfig

    newConfigDef, type

    Methods inherited from class org.apache.kafka.common.config.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

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • StringConverterConfig

      public StringConverterConfig(Map<String,?> props)
  • Method Details

    • configDef

      public static org.apache.kafka.common.config.ConfigDef configDef()
    • encoding

      public String encoding()
      Get the string encoding.
      Returns:
      the encoding; never null