StringConverterConfigpublic abstract class ConverterConfig extends AbstractConfig
Converter and HeaderConverter instances.| Modifier and Type | Field | Description |
|---|---|---|
static java.lang.String |
TYPE_CONFIG |
| Modifier | Constructor | Description |
|---|---|---|
protected |
ConverterConfig(ConfigDef configDef,
java.util.Map<java.lang.String,?> props) |
| Modifier and Type | Method | Description |
|---|---|---|
static 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. |
equals, get, getBoolean, getClass, getConfiguredInstance, getConfiguredInstances, getConfiguredInstances, getConfiguredInstances, getDouble, getInt, getList, getLong, getPassword, getShort, getString, hashCode, ignore, logUnused, originals, originalsStrings, originalsWithPrefix, originalsWithPrefix, postProcessParsedConfig, typeOf, unused, values, valuesWithPrefixAllOrNothing, valuesWithPrefixOverridepublic static final java.lang.String TYPE_CONFIG
protected ConverterConfig(ConfigDef configDef, java.util.Map<java.lang.String,?> props)
public static ConfigDef newConfigDef()
ConfigDef instance containing the configurations defined by ConverterConfig. This can be called by subclasses.public ConverterType type()
TYPE_CONFIG configuration.