Class GsonAdaptersToolInfo

java.lang.Object
io.jenkins.plugins.projectenv.toolinfo.GsonAdaptersToolInfo
All Implemented Interfaces:
com.google.gson.TypeAdapterFactory

@ParametersAreNonnullByDefault @Generated("org.immutables.processor.ProxyProcessor") public final class GsonAdaptersToolInfo extends Object implements com.google.gson.TypeAdapterFactory
A TypeAdapterFactory that handles all of the immutable types generated under ToolInfo.
See Also:
  • Constructor Details

    • GsonAdaptersToolInfo

      public GsonAdaptersToolInfo()
  • Method Details

    • create

      public <T> com.google.gson.TypeAdapter<T> create(com.google.gson.Gson gson, com.google.gson.reflect.TypeToken<T> type)
      Specified by:
      create in interface com.google.gson.TypeAdapterFactory
    • toString

      public String toString()
      Overrides:
      toString in class Object