Class LambdaFunction
- java.lang.Object
-
- com.schibsted.spt.data.jslt.impl.lambda.LambdaFunction
-
public class LambdaFunction extends java.lang.Object
A lambda function used to create the online demo playground via API gateway.
-
-
Constructor Summary
Constructors Constructor Description LambdaFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
invoke(java.lang.String json)
Transform the incoming JSON with JSLT and return the result.
-