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