Interface Transform

    • Method Detail

      • map

        List<Writable> map​(List<Writable> writables)
        Transform a writable in to another writable
        Parameters:
        writables - the record to transform
        Returns:
        the transformed writable
      • map

        Object map​(Object input)
        Transform an object in to another object
        Parameters:
        input - the record to transform
        Returns:
        the transformed writable
      • mapSequence

        Object mapSequence​(Object sequence)
        Transform a sequence