Package com.sap.ai.sdk.core
Class JacksonConfiguration
java.lang.Object
com.sap.ai.sdk.core.JacksonConfiguration
Internal utility class for getting a default object mapper with preset configuration.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com.fasterxml.jackson.databind.json.JsonMapperDefault object mapper used for JSON de-/serialization.
-
Constructor Details
-
JacksonConfiguration
public JacksonConfiguration()
-
-
Method Details
-
getDefaultObjectMapper
@Nonnull @Beta public static com.fasterxml.jackson.databind.json.JsonMapper getDefaultObjectMapper()Default object mapper used for JSON de-/serialization. Only intended for internal usage within this SDK. Largely follows the defaults set by Spring.- Returns:
- A new object mapper with the default configuration.
- See Also:
-