Class SpecialFloatAdapter

java.lang.Object
shaded.splk.com.google.gson.TypeAdapter<Float>
com.splunk.splunkjenkins.utils.SpecialFloatAdapter

public class SpecialFloatAdapter extends shaded.splk.com.google.gson.TypeAdapter<Float>
  • 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, Float 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

    • SpecialFloatAdapter

      public SpecialFloatAdapter()
  • Method Details

    • write

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

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