Class JPUtil


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

      Constructors 
      Constructor Description
      JPUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static com.jayway.jsonpath.DocumentContext documentContext​(com.google.gson.Gson gson, KnowledgeBaseObject kbo)  
      static com.jayway.jsonpath.ParseContext jsonPath()  
      • Methods inherited from class java.lang.Object

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

      • JPUtil

        public JPUtil()
    • Method Detail

      • documentContext

        public static final com.jayway.jsonpath.DocumentContext documentContext​(com.google.gson.Gson gson,
                                                                                KnowledgeBaseObject kbo)
      • jsonPath

        public static final com.jayway.jsonpath.ParseContext jsonPath()