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