Package com.schibsted.spt.data.jslt.impl
Class MacroExpression
java.lang.Object
com.schibsted.spt.data.jslt.impl.AbstractNode
com.schibsted.spt.data.jslt.impl.AbstractInvocationExpression
com.schibsted.spt.data.jslt.impl.MacroExpression
- All Implemented Interfaces:
ExpressionNode
-
Field Summary
FieldsFields inherited from class com.schibsted.spt.data.jslt.impl.AbstractInvocationExpression
arguments
Fields inherited from class com.schibsted.spt.data.jslt.impl.AbstractNode
location
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.schibsted.spt.data.jslt.impl.AbstractInvocationExpression
computeMatchContexts, dump, getChildren, optimize, resolve, toString
Methods inherited from class com.schibsted.spt.data.jslt.impl.AbstractNode
getLocation, prepare
-
Field Details
-
macro
-
-
Constructor Details
-
MacroExpression
-
-
Method Details
-
apply
public com.fasterxml.jackson.databind.JsonNode apply(Scope scope, com.fasterxml.jackson.databind.JsonNode input)
-