Class AbstractJsonParser

  • Direct Known Subclasses:
    AbstractJsonStreamParser, JsonPathParser

    public abstract class AbstractJsonParser
    extends java.lang.Object
    Basic class of a JsonSurfer containing a map of JsonPaths and field names.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.Map<java.lang.String,​java.lang.String> jsonCuts
      Tuple of JsonPath and 'field' for completed chunk detection.
      protected JsonSurferTool jsonSurferTool  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • jsonCuts

        protected final java.util.Map<java.lang.String,​java.lang.String> jsonCuts
        Tuple of JsonPath and 'field' for completed chunk detection. If value it is null, use the current field name of the JSON read or just 'data' as name.