Package com.tananaev.jsonpatch.gson
Class JsonPathDeserializer
- java.lang.Object
-
- com.tananaev.jsonpatch.gson.JsonPathDeserializer
-
-
Constructor Summary
Constructors Constructor Description JsonPathDeserializer()
-
Method Summary
Modifier and Type Method Description JsonPathdeserialize(com.google.gson.JsonElement element, java.lang.reflect.Type type, com.google.gson.JsonDeserializationContext jsonDeserializationContext)
-
-
-
Method Detail
-
deserialize
public JsonPath deserialize(com.google.gson.JsonElement element, java.lang.reflect.Type type, com.google.gson.JsonDeserializationContext jsonDeserializationContext) throws com.google.gson.JsonParseException
- Specified by:
deserializein interfacecom.google.gson.JsonDeserializer<JsonPath>- Throws:
com.google.gson.JsonParseException
-
-