Class LambdaFunction

java.lang.Object
com.schibsted.spt.data.jslt.impl.lambda.LambdaFunction

public class LambdaFunction extends Object
A lambda function used to create the online demo playground via API gateway.
  • Constructor Details

    • LambdaFunction

      public LambdaFunction()
  • Method Details

    • invoke

      public String invoke(String json)
      Transform the incoming JSON with JSLT and return the result.