Interface IMergeOptionAware

    • Method Detail

      • getMergeOptions

        Map<Object,​Object> getMergeOptions()
        Get the map of options that the merger will have to take into account.
        Returns:
        the map of options.
      • setMergeOptions

        void setMergeOptions​(Map<Object,​Object> options)
        Set the map of options that the merger will have to take into account.
        Parameters:
        options - the map of options.