Class JsonProjectionDataLoader

java.lang.Object
com.regnosys.rosetta.common.serialisation.AbstractJsonDataLoader<ProjectionDataSet>
com.regnosys.rosetta.common.serialisation.projectiondata.JsonProjectionDataLoader
All Implemented Interfaces:
DataLoader<ProjectionDataSet>, InputDataLoader<ProjectionDataSet>

@Deprecated public class JsonProjectionDataLoader extends AbstractJsonDataLoader<ProjectionDataSet>
Deprecated.
  • Field Details

  • Constructor Details

    • JsonProjectionDataLoader

      public JsonProjectionDataLoader(ClassLoader classLoader, com.fasterxml.jackson.databind.ObjectMapper rosettaObjectMapper, URL descriptorPath, List<String> descriptorFileNames)
      Deprecated.
    • JsonProjectionDataLoader

      public JsonProjectionDataLoader(ClassLoader classLoader, com.fasterxml.jackson.databind.ObjectMapper rosettaObjectMapper, URL descriptorPath, List<String> descriptorFileNames, URL inputPath)
      Deprecated.
  • Method Details