public static class JsonPatchOperation.OpEnum.Adapter extends com.google.gson.TypeAdapter<JsonPatchOperation.OpEnum>
| Constructor and Description |
|---|
Adapter() |
| Modifier and Type | Method and Description |
|---|---|
JsonPatchOperation.OpEnum |
read(com.google.gson.stream.JsonReader jsonReader) |
void |
write(com.google.gson.stream.JsonWriter jsonWriter,
JsonPatchOperation.OpEnum enumeration) |
public void write(com.google.gson.stream.JsonWriter jsonWriter,
JsonPatchOperation.OpEnum enumeration)
throws java.io.IOException
write in class com.google.gson.TypeAdapter<JsonPatchOperation.OpEnum>java.io.IOExceptionpublic JsonPatchOperation.OpEnum read(com.google.gson.stream.JsonReader jsonReader) throws java.io.IOException
read in class com.google.gson.TypeAdapter<JsonPatchOperation.OpEnum>java.io.IOException