Class AtShFunction
- java.lang.Object
-
- net.thisptr.jackson.jq.internal.functions.AtShFunction
-
- All Implemented Interfaces:
Function
@AutoService(Function.class) public class AtShFunction extends java.lang.Object implements Function
-
-
Constructor Summary
Constructors Constructor Description AtShFunction()
-
Method Summary
All Methods Static 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)
java.lang.String
escape(java.lang.String text)
private static java.lang.String
toString(Scope scope, com.fasterxml.jackson.databind.JsonNode node)
-
-
-
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
-
toString
private static java.lang.String toString(Scope scope, com.fasterxml.jackson.databind.JsonNode node) throws JsonQueryException
- Throws:
JsonQueryException
-
escape
public java.lang.String escape(java.lang.String text)
-
-