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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringtoText(T obj)
-