Class Atan2Function
- java.lang.Object
-
- net.thisptr.jackson.jq.internal.JsonArgumentFunction
-
- net.thisptr.jackson.jq.internal.functions.math.Atan2Function
-
- All Implemented Interfaces:
Function
@AutoService(Function.class) public class Atan2Function extends JsonArgumentFunction
-
-
Constructor Summary
Constructors Constructor Description Atan2Function()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected com.fasterxml.jackson.databind.JsonNodefn(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:
fnin classJsonArgumentFunction- Throws:
JsonQueryException
-
-