Package com.regnosys.testing.reports
Class DescriptorWriter
java.lang.Object
com.regnosys.testing.reports.DescriptorWriter
-
Constructor Summary
ConstructorsConstructorDescriptionDescriptorWriter(com.fasterxml.jackson.databind.ObjectMapper writeMapper) DescriptorWriter(com.fasterxml.jackson.databind.ObjectMapper writeMapper, com.regnosys.rosetta.common.reports.RegReportPaths paths) -
Method Summary
Modifier and TypeMethodDescriptionreadAllDescriptorFiles(Path descriptorFileParentDirectory) voidwriteDescriptorFile(Path resourcesPath, com.regnosys.rosetta.common.serialisation.reportdata.ReportDataSet reportDataSet)
-
Constructor Details
-
DescriptorWriter
public DescriptorWriter(com.fasterxml.jackson.databind.ObjectMapper writeMapper) -
DescriptorWriter
public DescriptorWriter(com.fasterxml.jackson.databind.ObjectMapper writeMapper, com.regnosys.rosetta.common.reports.RegReportPaths paths)
-
-
Method Details
-
writeDescriptorFile
public void writeDescriptorFile(Path resourcesPath, com.regnosys.rosetta.common.serialisation.reportdata.ReportDataSet reportDataSet) -
readAllDescriptorFiles
-