Interface DataSetDefJSONMarshallerExt<T extends DataSetDef>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void fromJson​(T dataSetDef, org.dashbuilder.json.JsonObject jsonObject)
      Updates the given data set def instance with the status stored into the json object passed as a parameter.
      void toJson​(T dataSetDef, org.dashbuilder.json.JsonObject jsonObject)
      Writes into the given json object the status of the data set def instance.
    • Method Detail

      • fromJson

        void fromJson​(T dataSetDef,
                      org.dashbuilder.json.JsonObject jsonObject)
        Updates the given data set def instance with the status stored into the json object passed as a parameter.
      • toJson

        void toJson​(T dataSetDef,
                    org.dashbuilder.json.JsonObject jsonObject)
        Writes into the given json object the status of the data set def instance.