Interface ExtraMetadataHolder

    • Method Detail

      • getExtraMetadata

        Map<String,​List<String>> getExtraMetadata()
        Returns:
        mapping of extra metadata slot names to their values. A new instance will be created when necessary.
      • setExtraMetadata

        void setExtraMetadata​(Map<String,​List<String>> map)
        Sets the mapping of extra metadata slot names to their values.
        Parameters:
        map - mapping.