Class StringInterpolation
java.lang.Object
net.thisptr.jackson.jq.internal.tree.StringInterpolation
- All Implemented Interfaces:
Expression
-
Constructor Summary
ConstructorsConstructorDescriptionStringInterpolation(String template, List<Pair<Integer, Expression>> interpolations, Expression formatter) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface net.thisptr.jackson.jq.Expression
apply
-
Constructor Details
-
StringInterpolation
public StringInterpolation(String template, List<Pair<Integer, Expression>> interpolations, Expression formatter)
-
-
Method Details
-
apply
public void apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, boolean requirePath) throws JsonQueryException - Specified by:
applyin interfaceExpression- Throws:
JsonQueryException
-
toString
-