Package com.sap.ai.sdk.orchestration
Class OrchestrationJacksonConfiguration
java.lang.Object
com.sap.ai.sdk.orchestration.OrchestrationJacksonConfiguration
Internal utility class for getting a default object mapper with preset configuration.
- Since:
- 1.2.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com.fasterxml.jackson.databind.ObjectMapperDefault object mapper used for JSON de-/serialization.
-
Constructor Details
-
OrchestrationJacksonConfiguration
public OrchestrationJacksonConfiguration()
-
-
Method Details
-
getOrchestrationObjectMapper
@Nonnull public static com.fasterxml.jackson.databind.ObjectMapper getOrchestrationObjectMapper()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:
-