Interface Transform

All Superinterfaces:
JoltTransform
All Known Implementing Classes:
CardinalityTransform, Chainr, Defaultr, Removr, Shiftr, Sortr

public interface Transform extends JoltTransform
  • Method Summary

    Modifier and Type
    Method
    Description
    Execute a transform on some input JSON with optionally provided "context" and return the result.
  • Method Details

    • transform

      Object transform(Object input)
      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