Polish description of 'spring.http.converters.preferred-json-mapper'

This commit is contained in:
Moritz Halbritter
2025-10-22 16:43:12 +02:00
parent 4e94f26935
commit 5862d70725
@@ -4,7 +4,7 @@
"name": "spring.http.converters.preferred-json-mapper",
"type": "java.lang.String",
"defaultValue": "jackson",
"description": "Preferred JSON mapper to use for HTTP message conversion. By default, auto-detected according to the environment. Supported values are 'jackson', 'jackson2' (deprecated), 'gson', 'jsonb' and 'kotlin-serialization'. When other JSON mapping libraries are present, use a custom HttpMessageConverters bean to control the preferred mapper."
"description": "Preferred JSON mapper to use for HTTP message conversion. By default, auto-detected according to the environment. Supported values are 'jackson', 'jackson2' (deprecated), 'gson', and 'jsonb'. When other JSON mapping libraries are present, use a custom HttpMessageConverters bean to control the preferred mapper."
}
],
"hints": [