Class SpecialDoubleAdapter

java.lang.Object
shaded.splk.com.google.gson.TypeAdapter<Double>
com.splunk.splunkjenkins.utils.SpecialDoubleAdapter

public class SpecialDoubleAdapter extends shaded.splk.com.google.gson.TypeAdapter<Double>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    read(shaded.splk.com.google.gson.stream.JsonReader in)
     
    void
    write(shaded.splk.com.google.gson.stream.JsonWriter jsonWriter, Double number)
     

    Methods inherited from class shaded.splk.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 Details

    • SpecialDoubleAdapter

      public SpecialDoubleAdapter()
  • Method Details

    • write

      public void write(shaded.splk.com.google.gson.stream.JsonWriter jsonWriter, Double number) throws IOException
      Specified by:
      write in class shaded.splk.com.google.gson.TypeAdapter<Double>
      Throws:
      IOException
    • read

      public Double read(shaded.splk.com.google.gson.stream.JsonReader in) throws IOException
      Specified by:
      read in class shaded.splk.com.google.gson.TypeAdapter<Double>
      Throws:
      IOException