| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
FAIL_UNKNOWN_PROPERTIES |
"json.fail.unknown.properties" |
public static final boolean |
FAIL_UNKNOWN_PROPERTIES_DEFAULT |
true |
public static final String |
FAIL_UNKNOWN_PROPERTIES_DOC |
"Whether to fail deserialization if unknown JSON properties are encountered" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
JSON_KEY_TYPE |
"json.key.type" |
public static final String |
JSON_KEY_TYPE_DOC |
"Classname of the type that the message key should be deserialized to" |
public static final String |
JSON_VALUE_TYPE |
"json.value.type" |
public static final String |
JSON_VALUE_TYPE_DOC |
"Classname of the type that the message value should be deserialized to" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
JSON_INDENT_OUTPUT |
"json.indent.output" |
public static final boolean |
JSON_INDENT_OUTPUT_DEFAULT |
false |
public static final String |
JSON_INDENT_OUTPUT_DOC |
"Whether JSON output should be indented (\"pretty-printed\")" |
public static final String |
WRITE_DATES_AS_ISO8601 |
"json.write.dates.iso8601" |
public static final boolean |
WRITE_DATES_AS_ISO8601_DEFAULT |
false |
public static final String |
WRITE_DATES_AS_ISO8601_DOC |
"Whether to write dates as ISO 8601 strings" |
Copyright © 2026 Confluent, Inc.. All rights reserved.