Class JsonPathDeserializer

  • All Implemented Interfaces:
    com.google.gson.JsonDeserializer<JsonPath>

    public class JsonPathDeserializer
    extends java.lang.Object
    implements com.google.gson.JsonDeserializer<JsonPath>
    • Method Summary

      Modifier and Type Method Description
      JsonPath deserialize​(com.google.gson.JsonElement element, java.lang.reflect.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
    • Constructor Detail

      • JsonPathDeserializer

        public JsonPathDeserializer()
    • 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:
        deserialize in interface com.google.gson.JsonDeserializer<JsonPath>
        Throws:
        com.google.gson.JsonParseException