Package io.confluent.connect.avro
Class AvroDataConfig
java.lang.Object
org.apache.kafka.common.config.AbstractConfig
io.confluent.connect.schema.AbstractDataConfig
io.confluent.connect.avro.AvroDataConfig
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final booleanstatic final Stringstatic final Stringstatic final booleanstatic final Stringstatic final StringDeprecated.static final booleanstatic final Stringstatic final Stringstatic final booleanstatic final Stringstatic final Stringstatic final booleanstatic final Stringstatic final Stringstatic final booleanstatic final StringFields inherited from class io.confluent.connect.schema.AbstractDataConfig
GENERALIZED_SUM_TYPE_SUPPORT_CONFIG, GENERALIZED_SUM_TYPE_SUPPORT_DEFAULT, GENERALIZED_SUM_TYPE_SUPPORT_DOC, IGNORE_DEFAULT_FOR_NULLABLES_CONFIG, IGNORE_DEFAULT_FOR_NULLABLES_DEFAULT, IGNORE_DEFAULT_FOR_NULLABLES_DOC, SCHEMAS_CACHE_SIZE_CONFIG, SCHEMAS_CACHE_SIZE_DEFAULT, SCHEMAS_CACHE_SIZE_DOCFields inherited from class org.apache.kafka.common.config.AbstractConfig
AUTOMATIC_CONFIG_PROVIDERS_PROPERTY, CONFIG_PROVIDERS_CONFIG -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.kafka.common.config.ConfigDefbooleanbooleanbooleanbooleanbooleanbooleanMethods inherited from class io.confluent.connect.schema.AbstractDataConfig
ignoreDefaultForNullables, isGeneralizedSumTypeSupport, schemaCacheSizeMethods 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, preProcessParsedConfig, typeOf, unused, values, valuesWithPrefixAllOrNothing, valuesWithPrefixOverride
-
Field Details
-
ENHANCED_AVRO_SCHEMA_SUPPORT_CONFIG
- See Also:
-
ENHANCED_AVRO_SCHEMA_SUPPORT_DEFAULT
public static final boolean ENHANCED_AVRO_SCHEMA_SUPPORT_DEFAULT- See Also:
-
ENHANCED_AVRO_SCHEMA_SUPPORT_DOC
- See Also:
-
SCRUB_INVALID_NAMES_CONFIG
- See Also:
-
SCRUB_INVALID_NAMES_DEFAULT
public static final boolean SCRUB_INVALID_NAMES_DEFAULT- See Also:
-
SCRUB_INVALID_NAMES_DOC
- See Also:
-
CONNECT_META_DATA_CONFIG
- See Also:
-
CONNECT_META_DATA_DEFAULT
public static final boolean CONNECT_META_DATA_DEFAULT- See Also:
-
CONNECT_META_DATA_DOC
- See Also:
-
ALLOW_OPTIONAL_MAP_KEYS_CONFIG
- See Also:
-
ALLOW_OPTIONAL_MAP_KEYS_DEFAULT
public static final boolean ALLOW_OPTIONAL_MAP_KEYS_DEFAULT- See Also:
-
ALLOW_OPTIONAL_MAP_KEYS_DOC
- See Also:
-
FLATTEN_SINGLETON_UNIONS_CONFIG
- See Also:
-
FLATTEN_SINGLETON_UNIONS_DEFAULT
public static final boolean FLATTEN_SINGLETON_UNIONS_DEFAULT- See Also:
-
FLATTEN_SINGLETON_UNIONS_DOC
- See Also:
-
DISCARD_TYPE_DOC_DEFAULT_CONFIG
Deprecated.- See Also:
-
DISCARD_TYPE_DOC_DEFAULT_DEFAULT
public static final boolean DISCARD_TYPE_DOC_DEFAULT_DEFAULT- See Also:
-
DISCARD_TYPE_DOC_DEFAULT_DOC
- See Also:
-
-
Constructor Details
-
AvroDataConfig
-
-
Method Details
-
baseConfigDef
public static org.apache.kafka.common.config.ConfigDef baseConfigDef() -
isEnhancedAvroSchemaSupport
public boolean isEnhancedAvroSchemaSupport() -
isConnectMetaData
public boolean isConnectMetaData() -
isScrubInvalidNames
public boolean isScrubInvalidNames() -
isDiscardTypeDocDefault
public boolean isDiscardTypeDocDefault() -
isAllowOptionalMapKeys
public boolean isAllowOptionalMapKeys() -
isFlattenSingletonUnions
public boolean isFlattenSingletonUnions()
-