Interface EntryTransformation

    • Method Detail

      • transformEntry

        @Nullable
        Entry transformEntry​(@NotNull
                             Entry entry)
        Applies an appropriate transformation to the provided entry.
        Parameters:
        entry - The entry to transform.
        Returns:
        A copy of the entry with any appropriate transformation applied, the original entry if no transformations were necessary, or null if the entry should be suppressed.