Interface ContextFormatter


public interface ContextFormatter
Author:
colyer Implementors of this interface know how to turn the "Object" data and phase id associated with a context stack entry into a meaningful string.
  • Method Summary

    Modifier and Type
    Method
    Description
    formatEntry​(int phaseId, Object data)
     
  • Method Details

    • formatEntry

      String formatEntry(int phaseId, Object data)