Class UriParseFunction
java.lang.Object
net.thisptr.jackson.jq.extra.functions.UriParseFunction
- All Implemented Interfaces:
Function
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) parseQueryObj
(Scope scope, String rawQuery)
-
Field Details
-
AMPERSAND
-
EQUAL
-
-
Constructor Details
-
UriParseFunction
public UriParseFunction()
-
-
Method Details
-
parseQueryObj
-
apply
public void apply(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) throws JsonQueryException - Specified by:
apply
in interfaceFunction
- Throws:
JsonQueryException
-