Class ToDateIso8601Function
- java.lang.Object
-
- net.thisptr.jackson.jq.internal.functions.ToDateIso8601Function
-
- All Implemented Interfaces:
Function
@AutoService(Function.class) public class ToDateIso8601Function extends java.lang.Object implements Function
-
-
Constructor Summary
Constructors Constructor Description ToDateIso8601Function()
-
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)
-
-
-
Method Detail
-
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
-
-