Class PowFunction
java.lang.Object
net.thisptr.jackson.jq.internal.JsonArgumentFunction
net.thisptr.jackson.jq.internal.functions.math.PowFunction
- All Implemented Interfaces:
Function
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.thisptr.jackson.jq.internal.JsonArgumentFunction
apply
-
Constructor Details
-
PowFunction
public PowFunction()
-
-
Method Details
-
fn
protected com.fasterxml.jackson.databind.JsonNode fn(List<com.fasterxml.jackson.databind.JsonNode> args, com.fasterxml.jackson.databind.JsonNode in) throws JsonQueryException - Specified by:
fn
in classJsonArgumentFunction
- Throws:
JsonQueryException
-