Class MappingsSource.Adapter

java.lang.Object
com.google.gson.TypeAdapter<MappingsSource>
dev.lukebemish.taskgraphrunner.model.MappingsSource.Adapter
Enclosing interface:
MappingsSource

public static final class MappingsSource.Adapter extends com.google.gson.TypeAdapter<MappingsSource>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected static final com.google.gson.Gson
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    read(com.google.gson.stream.JsonReader in)
     
    void
    write(com.google.gson.stream.JsonWriter out, MappingsSource value)
     

    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
  • Field Details

    • GSON

      protected static final com.google.gson.Gson GSON
  • Constructor Details

    • Adapter

      public Adapter()
  • Method Details