Class JsonObjectToMap

    • Field Detail

      • m_ArraysAsLists

        protected boolean m_ArraysAsLists
        whether to return arrays as lists.
    • Constructor Detail

      • JsonObjectToMap

        public JsonObjectToMap()
    • Method Detail

      • setArraysAsLists

        public void setArraysAsLists​(boolean value)
        Sets whether to return JSON arrays as Java arrays or lists.
        Parameters:
        value - true if as lists
      • getArraysAsLists

        public boolean getArraysAsLists()
        Returns whether to return JSON arrays as Java arrays or lists.
        Returns:
        true if as lists
      • arraysAsListsTipText

        public String arraysAsListsTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.