Interface SourceMapGeneratorV3.ExtensionMergeAction

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.Object merge​(java.lang.String extensionKey, java.lang.Object currentValue, java.lang.Object newValue)
      Returns the merged value between two extensions with the same name when merging two source maps
    • Method Detail

      • merge

        java.lang.Object merge​(java.lang.String extensionKey,
                               java.lang.Object currentValue,
                               java.lang.Object newValue)
        Returns the merged value between two extensions with the same name when merging two source maps
        Parameters:
        extensionKey - The extension name in conflict
        currentValue - The extension value in the current source map
        newValue - The extension value in the input source map
        Returns:
        The merged value