public class LambdaFunction
extends java.lang.Object
| Constructor and Description |
|---|
LambdaFunction() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
invoke(java.lang.String json)
Transform the incoming JSON with JSLT and return the result.
|