Class GsonModule.PropertiesAdapter

java.lang.Object
com.google.gson.TypeAdapter<Properties>
org.jclouds.json.config.GsonModule.PropertiesAdapter
Enclosing class:
GsonModule

@Singleton public static class GsonModule.PropertiesAdapter extends com.google.gson.TypeAdapter<Properties>
  • Constructor Summary

    Constructors
    Constructor
    Description
    PropertiesAdapter(jakarta.inject.Provider<com.google.gson.Gson> gson)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    read(com.google.gson.stream.JsonReader in)
     
    void
    write(com.google.gson.stream.JsonWriter out, Properties 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
  • Constructor Details

    • PropertiesAdapter

      @Inject public PropertiesAdapter(jakarta.inject.Provider<com.google.gson.Gson> gson)
  • Method Details