Package com.regnosys.testing
Class FieldValueFlattener
java.lang.Object
com.regnosys.testing.FieldValueFlattener
- All Implemented Interfaces:
com.rosetta.model.lib.reports.Tabulator.FieldValueVisitor<List<FieldValueFlattener.ParentAndIndex>>
public class FieldValueFlattener
extends Object
implements com.rosetta.model.lib.reports.Tabulator.FieldValueVisitor<List<FieldValueFlattener.ParentAndIndex>>
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvisitMultiNested(com.rosetta.model.lib.reports.Tabulator.MultiNestedFieldValue multiNestedFieldValue, List<FieldValueFlattener.ParentAndIndex> parentsAndIndices) voidvisitNested(com.rosetta.model.lib.reports.Tabulator.NestedFieldValue nestedFieldValue, List<FieldValueFlattener.ParentAndIndex> parentsAndIndices) voidvisitSingle(com.rosetta.model.lib.reports.Tabulator.FieldValue fieldValue, List<FieldValueFlattener.ParentAndIndex> parentsAndIndices)
-
Field Details
-
accumulator
-
-
Constructor Details
-
FieldValueFlattener
public FieldValueFlattener()
-
-
Method Details
-
visitSingle
public void visitSingle(com.rosetta.model.lib.reports.Tabulator.FieldValue fieldValue, List<FieldValueFlattener.ParentAndIndex> parentsAndIndices) - Specified by:
visitSinglein interfacecom.rosetta.model.lib.reports.Tabulator.FieldValueVisitor<List<FieldValueFlattener.ParentAndIndex>>
-
visitNested
public void visitNested(com.rosetta.model.lib.reports.Tabulator.NestedFieldValue nestedFieldValue, List<FieldValueFlattener.ParentAndIndex> parentsAndIndices) - Specified by:
visitNestedin interfacecom.rosetta.model.lib.reports.Tabulator.FieldValueVisitor<List<FieldValueFlattener.ParentAndIndex>>
-
visitMultiNested
public void visitMultiNested(com.rosetta.model.lib.reports.Tabulator.MultiNestedFieldValue multiNestedFieldValue, List<FieldValueFlattener.ParentAndIndex> parentsAndIndices) - Specified by:
visitMultiNestedin interfacecom.rosetta.model.lib.reports.Tabulator.FieldValueVisitor<List<FieldValueFlattener.ParentAndIndex>>
-