public class JsonSchemaDataConfig extends AbstractDataConfig
| Modifier and Type | Class and Description |
|---|---|
static class |
JsonSchemaDataConfig.Builder |
static class |
JsonSchemaDataConfig.CaseInsensitiveValidString |
| Modifier and Type | Field and Description |
|---|---|
static String |
DECIMAL_FORMAT_CONFIG |
static String |
DECIMAL_FORMAT_DEFAULT |
static String |
DECIMAL_FORMAT_DOC |
static String |
FLATTEN_SINGLETON_UNIONS_CONFIG |
static boolean |
FLATTEN_SINGLETON_UNIONS_DEFAULT |
static String |
FLATTEN_SINGLETON_UNIONS_DOC |
static String |
IGNORE_MODERN_DIALECTS_CONFIG |
static boolean |
IGNORE_MODERN_DIALECTS_DEFAULT |
static String |
IGNORE_MODERN_DIALECTS_DOC |
static String |
OBJECT_ADDITIONAL_PROPERTIES_CONFIG |
static boolean |
OBJECT_ADDITIONAL_PROPERTIES_DEFAULT |
static String |
OBJECT_ADDITIONAL_PROPERTIES_DOC |
static String |
USE_OPTIONAL_FOR_NON_REQUIRED_CONFIG |
static boolean |
USE_OPTIONAL_FOR_NON_REQUIRED_DEFAULT |
static String |
USE_OPTIONAL_FOR_NON_REQUIRED_DOC |
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_DOC| Constructor and Description |
|---|
JsonSchemaDataConfig(Map<?,?> props) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allowAdditionalProperties() |
static org.apache.kafka.common.config.ConfigDef |
baseConfigDef() |
org.apache.kafka.connect.json.DecimalFormat |
decimalFormat()
Get the serialization format for decimal types.
|
boolean |
ignoreModernDialects() |
boolean |
isFlattenSingletonUnions() |
boolean |
useOptionalForNonRequiredProperties() |
ignoreDefaultForNullables, isGeneralizedSumTypeSupport, schemaCacheSizedocumentationOf, 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, valuesWithPrefixOverridepublic static final String OBJECT_ADDITIONAL_PROPERTIES_CONFIG
public static final boolean OBJECT_ADDITIONAL_PROPERTIES_DEFAULT
public static final String OBJECT_ADDITIONAL_PROPERTIES_DOC
public static final String USE_OPTIONAL_FOR_NON_REQUIRED_CONFIG
public static final boolean USE_OPTIONAL_FOR_NON_REQUIRED_DEFAULT
public static final String USE_OPTIONAL_FOR_NON_REQUIRED_DOC
public static final String IGNORE_MODERN_DIALECTS_CONFIG
public static final boolean IGNORE_MODERN_DIALECTS_DEFAULT
public static final String IGNORE_MODERN_DIALECTS_DOC
public static final String DECIMAL_FORMAT_CONFIG
public static final String DECIMAL_FORMAT_DEFAULT
public static final String DECIMAL_FORMAT_DOC
public static final String FLATTEN_SINGLETON_UNIONS_CONFIG
public static final boolean FLATTEN_SINGLETON_UNIONS_DEFAULT
public static final String FLATTEN_SINGLETON_UNIONS_DOC
public JsonSchemaDataConfig(Map<?,?> props)
public static org.apache.kafka.common.config.ConfigDef baseConfigDef()
public boolean allowAdditionalProperties()
public boolean useOptionalForNonRequiredProperties()
public org.apache.kafka.connect.json.DecimalFormat decimalFormat()
public boolean ignoreModernDialects()
public boolean isFlattenSingletonUnions()
Copyright © 2026 Confluent, Inc.. All rights reserved.