net.riotopsys.json_patch.gson
Class JsonPathDeserializer
java.lang.Object
net.riotopsys.json_patch.gson.JsonPathDeserializer
- All Implemented Interfaces:
- com.google.gson.JsonDeserializer<JsonPath>
public class JsonPathDeserializer
- extends Object
- implements com.google.gson.JsonDeserializer<JsonPath>
Created by afitzgerald on 8/4/14.
|
Method Summary |
JsonPath |
deserialize(com.google.gson.JsonElement element,
Type type,
com.google.gson.JsonDeserializationContext jsonDeserializationContext)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JsonPathDeserializer
public JsonPathDeserializer()
deserialize
public JsonPath deserialize(com.google.gson.JsonElement element,
Type type,
com.google.gson.JsonDeserializationContext jsonDeserializationContext)
throws com.google.gson.JsonParseException
- Specified by:
deserialize in interface com.google.gson.JsonDeserializer<JsonPath>
- Throws:
com.google.gson.JsonParseException
Copyright © 2014. All rights reserved.