Interface IObjectToStringConverter<T>

All Known Implementing Classes:
ItemToStringConverter, TreeToStringConverter

public interface IObjectToStringConverter<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    toString(T object)
     
  • Method Details

    • toString

      String toString(T object)