Class V1Patch.V1PatchAdapter

java.lang.Object
com.google.gson.TypeAdapter<V1Patch>
io.kubernetes.client.custom.V1Patch.V1PatchAdapter
Enclosing class:
V1Patch

public static class V1Patch.V1PatchAdapter extends com.google.gson.TypeAdapter<V1Patch>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    read(com.google.gson.stream.JsonReader jsonReader)
     
    void
    write(com.google.gson.stream.JsonWriter jsonWriter, V1Patch patch)
     

    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 Details

    • V1PatchAdapter

      public V1PatchAdapter()
  • Method Details

    • write

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

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