Interface ObjectFormatter<T>

  • Type Parameters:
    T - the type of object
    All Superinterfaces:
    Formatter<T>
    All Known Implementing Classes:
    BundleFormatter, IntentFormatter

    public interface ObjectFormatter<T>
    extends Formatter<T>
    The Object formatter used to format an object to a string.
    Since:
    1.1.0
    • Method Summary

      • Methods inherited from interface com.elvishew.xlog.formatter.Formatter

        format