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
ATypeAdapterFactory
that handles all of the immutable types generated underToolInfo
.- See Also:
ImmutableToolInfo
-
-
Constructor Summary
Constructors Constructor Description GsonAdaptersToolInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> com.google.gson.TypeAdapter<T>
create(com.google.gson.Gson gson, com.google.gson.reflect.TypeToken<T> type)
String
toString()
-