Package com.bazaarvoice.jolt
Interface Transform
- All Superinterfaces:
JoltTransform
-
Method Summary
-
Method Details
-
transform
Execute a transform on some input JSON with optionally provided "context" and return the result.- Parameters:
input
- the JSON object to transform in plain vanilla Jackson Mapinvalid input: '<'String, Object> style- Returns:
- the results of the transformation
- Throws:
TransformException
- if there are issues with the transform
-