Class UiConfigJsonHelper

  • All Implemented Interfaces:
    com.jwplayer.api.json.JsonMarshaller<UiConfig>, com.jwplayer.api.json.JsonParser<UiConfig>

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

      • UiConfigJsonHelper

        public UiConfigJsonHelper()
    • Method Detail

      • parseJson

        public UiConfig parseJson​(java.lang.String json)
                           throws org.json.JSONException
        Specified by:
        parseJson in interface com.jwplayer.api.json.JsonParser<UiConfig>
        Overrides:
        parseJson in class com.jwplayer.api.json.helpers.UiConfigJsonHelper
        Throws:
        org.json.JSONException
      • parseJson

        public UiConfig parseJson​(org.json.JSONObject json)
                           throws org.json.JSONException
        Specified by:
        parseJson in interface com.jwplayer.api.json.JsonParser<UiConfig>
        Overrides:
        parseJson in class com.jwplayer.api.json.helpers.UiConfigJsonHelper
        Throws:
        org.json.JSONException
      • toJson

        public org.json.JSONObject toJson​(UiConfig uiConfig)
        Specified by:
        toJson in interface com.jwplayer.api.json.JsonMarshaller<UiConfig>
        Overrides:
        toJson in class com.jwplayer.api.json.helpers.UiConfigJsonHelper