Class UriParseFunction

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.util.regex.Pattern AMPERSAND  
      private static java.util.regex.Pattern EQUAL  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void apply​(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)  
      private java.util.Map<java.lang.String,​com.fasterxml.jackson.databind.JsonNode> parseQueryObj​(Scope scope, java.lang.String rawQuery)  
      • Methods inherited from class java.lang.Object

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

      • AMPERSAND

        private static final java.util.regex.Pattern AMPERSAND
      • EQUAL

        private static final java.util.regex.Pattern EQUAL
    • Constructor Detail

      • UriParseFunction

        public UriParseFunction()