Class UiConfigJsonHelper

java.lang.Object
com.jwplayer.api.json.helpers.UiConfigJsonHelper
com.jwplayer.pub.api.testing.UiConfigJsonHelper

public class UiConfigJsonHelper extends com.jwplayer.api.json.helpers.UiConfigJsonHelper
  • Constructor Details

    • UiConfigJsonHelper

      public UiConfigJsonHelper()
  • Method Details

    • parseJson

      public UiConfig parseJson(String json) throws JSONException
      Throws:
      JSONException
    • parseJson

      public UiConfig parseJson(JSONObject json) throws JSONException
      Throws:
      JSONException
    • toJson

      public JSONObject toJson(UiConfig uiConfig)