Interface SampleTextualizer<T>

  • Type Parameters:
    T - The sample item type
    All Known Implementing Classes:
    SimpleSampleTextualizer, ThrowableTextualizer

    public interface SampleTextualizer<T>
    Converts sample items into a text representation
    Author:
    Eyal Schneider
    • Method Detail

      • toText

        String toText​(T obj)
        Parameters:
        obj - An item from the sample. Can be null.
        Returns:
        The string representation of the sample item