Class RosettaObjectMapper
java.lang.Object
com.regnosys.rosetta.common.serialisation.RosettaObjectMapper
Returns a pre-configured
ObjectMapper that serves as the default when
serialising/deserializing Rosetta Model Objects.-
Method Summary
Modifier and TypeMethodDescriptionstatic com.fasterxml.jackson.databind.ObjectMapperstatic com.fasterxml.jackson.databind.ObjectMapperCreating new RosettaObjectMapper instances is expensive, use the singleton instance if possible.
-
Method Details
-
getNewMinimalRosettaObjectMapper
public static com.fasterxml.jackson.databind.ObjectMapper getNewMinimalRosettaObjectMapper() -
getNewRosettaObjectMapper
public static com.fasterxml.jackson.databind.ObjectMapper getNewRosettaObjectMapper()Creating new RosettaObjectMapper instances is expensive, use the singleton instance if possible.
-