Class RosettaObjectMapper

java.lang.Object
com.regnosys.rosetta.common.serialisation.RosettaObjectMapper

public class RosettaObjectMapper extends Object
Returns a pre-configured ObjectMapper that serves as the default when serialising/deserializing Rosetta Model Objects.
  • 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.