Interface Stringifier<T>


public interface Stringifier<T>
Abstraction for a thing that converts an object to a string.
Author:
Tim Boudreau
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Stringifier
     
  • Method Summary

    Modifier and Type
    Method
    Description
    toString(T obj)
     
  • Field Details

  • Method Details

    • toString

      String toString(T obj)