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
public class MacroExpression extends AbstractInvocationExpression
-
-
Field Summary
Fields Modifier and Type Field Description private Macro
macro
-
Fields 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 Constructor Description MacroExpression(Macro macro, ExpressionNode[] arguments, Location location)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode
apply(Scope scope, com.fasterxml.jackson.databind.JsonNode input)
-
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 Detail
-
macro
private Macro macro
-
-
Constructor Detail
-
MacroExpression
public MacroExpression(Macro macro, ExpressionNode[] arguments, Location location)
-
-
Method Detail
-
apply
public com.fasterxml.jackson.databind.JsonNode apply(Scope scope, com.fasterxml.jackson.databind.JsonNode input)
-
-