Class ScopeReferenceHelper<T>

java.lang.Object
com.regnosys.rosetta.common.hashing.ScopeReferenceHelper<T>

public class ScopeReferenceHelper<T> extends Object
  • Field Details

    • EMPTY_SCOPE

      public static final Path EMPTY_SCOPE
  • Constructor Details

    • ScopeReferenceHelper

      public ScopeReferenceHelper(ReferenceConfig referenceConfig, Supplier<T> newDataStructureSupplier)
  • Method Details

    • collectScopePath

      public void collectScopePath(com.rosetta.model.lib.path.RosettaPath path, Class<?> rosettaType)
    • getDataForModelPath

      public T getDataForModelPath(Path modelPath)
    • getScopeToDataMap

      public Map<Path,T> getScopeToDataMap()