Class JsonPath


  • public class JsonPath
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      JsonPath()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.List<java.lang.String> getSplitPath​(java.lang.String objectNameForHistory)  
      static java.lang.String getTargetOfPath​(java.lang.String path)  
      • Methods inherited from class java.lang.Object

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

      • JsonPath

        public JsonPath()
    • Method Detail

      • getTargetOfPath

        public static java.lang.String getTargetOfPath​(java.lang.String path)
      • getSplitPath

        public static java.util.List<java.lang.String> getSplitPath​(java.lang.String objectNameForHistory)