Interface Formatter.Chain

  • Enclosing interface:
    Formatter

    public static interface Formatter.Chain
    Call the next formatter in the chain.
    Since:
    2.1.0
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.Object format​(java.lang.Object value)
      Ask the next formatter to process the value.
    • Method Detail

      • format

        java.lang.Object format​(java.lang.Object value)
        Ask the next formatter to process the value.
        Parameters:
        value - A value to format, not null.
        Returns:
        A formatted value, not null.