Class UriParseFunction
- java.lang.Object
-
- net.thisptr.jackson.jq.extra.functions.UriParseFunction
-
- All Implemented Interfaces:
Function
@AutoService(Function.class) public class UriParseFunction extends java.lang.Object implements Function
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UriParseFunction.Result
-
Constructor Summary
Constructors Constructor Description UriParseFunction()
-
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)
-
-
-
Method Detail
-
parseQueryObj
private java.util.Map<java.lang.String,com.fasterxml.jackson.databind.JsonNode> parseQueryObj(Scope scope, java.lang.String rawQuery)
-
apply
public void apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) throws JsonQueryException
- Specified by:
apply
in interfaceFunction
- Throws:
JsonQueryException
-
-