Class EnvFunction
- java.lang.Object
-
- net.thisptr.jackson.jq.internal.functions.EnvFunction
-
-
Field Summary
Fields Modifier and Type Field Description private static com.fasterxml.jackson.databind.ObjectMapperMAPPER
-
Constructor Summary
Constructors Constructor Description EnvFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply(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:
applyin interfaceFunction- Throws:
JsonQueryException
-
-