Class RosettaObjectMapperCreator

java.lang.Object
com.regnosys.rosetta.common.serialisation.RosettaObjectMapperCreator
All Implemented Interfaces:
ObjectMapperCreator

public class RosettaObjectMapperCreator extends Object implements ObjectMapperCreator
A lazy-loading holder that returns a pre-configured ObjectMapper that serves as the default when serialising/deserializing Rosetta Model Objects.
  • Constructor Details

    • RosettaObjectMapperCreator

      public RosettaObjectMapperCreator(com.fasterxml.jackson.databind.Module rosettaModule, com.fasterxml.jackson.databind.ObjectMapper baseMapper)
      If the supportNativeEnumValue is set to true, then the Logical Model enumerations will be used to read and write the enums rather than the Java enum names which are upper case by convention.
  • Method Details