@Singleton public static class GsonModule.PropertiesAdapter extends com.google.gson.TypeAdapter<Properties>
| Constructor and Description |
|---|
PropertiesAdapter(javax.inject.Provider<com.google.gson.Gson> gson) |
| Modifier and Type | Method and Description |
|---|---|
Properties |
read(com.google.gson.stream.JsonReader in) |
void |
write(com.google.gson.stream.JsonWriter out,
Properties value) |
@Inject public PropertiesAdapter(javax.inject.Provider<com.google.gson.Gson> gson)
public void write(com.google.gson.stream.JsonWriter out,
Properties value)
throws IOException
write in class com.google.gson.TypeAdapter<Properties>IOExceptionpublic Properties read(com.google.gson.stream.JsonReader in) throws IOException
read in class com.google.gson.TypeAdapter<Properties>IOExceptionCopyright © 2009–2017 The Apache Software Foundation. All rights reserved.