Interface MapAnnotation

    • Method Detail

      • getContent

        java.util.List<java.util.Map.Entry<java.lang.String,​java.lang.String>> getContent()
        Gets the List of Key-Value pairs contained in the map annotation.
        Returns:
        MapAnnotationData content.
      • setContent

        void setContent​(java.util.Collection<? extends java.util.Map.Entry<java.lang.String,​java.lang.String>> pairs)
        Sets the content of the map annotation.
        Parameters:
        pairs - Collection of Key-Value pairs.
      • getContentAsMap

        default java.util.Map<java.lang.String,​java.util.List<java.lang.String>> getContentAsMap()
        Gets the List of Key-Value pairs contained in the map annotation as a map.
        Returns:
        See above.