Class V1Variable.CustomTypeAdapterFactory

java.lang.Object
io.kubernetes.client.openapi.models.V1Variable.CustomTypeAdapterFactory
All Implemented Interfaces:
com.google.gson.TypeAdapterFactory
Enclosing class:
V1Variable

public static class V1Variable.CustomTypeAdapterFactory extends Object implements com.google.gson.TypeAdapterFactory
  • Constructor Details

    • CustomTypeAdapterFactory

      public CustomTypeAdapterFactory()
  • 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