default
A pre-configured instance of ObjectMapper used for JSON serialization and deserialization.
The default object mapper is configured with the following settings:
Includes the
JavaTimeModuleto handle Java 8 Date and Time API.Disables specific features to manage date formats and unknown properties.
Configured to only include non-null values in serialization.
Registers the Kotlin module to support Kotlin-specific features.