public interface Transform extends JoltTransform
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
transform(java.lang.Object input)
Execute a transform on some input JSON with optionally provided "context" and return the result.
|
java.lang.Object transform(java.lang.Object input)
input
- the JSON object to transform in plain vanilla Jackson MapTransformException
- if there are issues with the transform