Class HttpUrlTypeAdapter


  • public class HttpUrlTypeAdapter
    extends com.google.gson.TypeAdapter<com.synopsys.integration.rest.HttpUrl>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.synopsys.integration.rest.HttpUrl read​(com.google.gson.stream.JsonReader jsonReader)  
      void write​(com.google.gson.stream.JsonWriter jsonWriter, com.synopsys.integration.rest.HttpUrl httpUrl)  
      • Methods inherited from class com.google.gson.TypeAdapter

        fromJson, fromJson, fromJsonTree, nullSafe, toJson, toJson, toJsonTree
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HttpUrlTypeAdapter

        public HttpUrlTypeAdapter()
    • Method Detail

      • write

        public void write​(com.google.gson.stream.JsonWriter jsonWriter,
                          com.synopsys.integration.rest.HttpUrl httpUrl)
                   throws java.io.IOException
        Specified by:
        write in class com.google.gson.TypeAdapter<com.synopsys.integration.rest.HttpUrl>
        Throws:
        java.io.IOException
      • read

        public com.synopsys.integration.rest.HttpUrl read​(com.google.gson.stream.JsonReader jsonReader)
                                                   throws java.io.IOException
        Specified by:
        read in class com.google.gson.TypeAdapter<com.synopsys.integration.rest.HttpUrl>
        Throws:
        java.io.IOException