Interface Formatter<T>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String format​(T argumentToFormat, java.lang.annotation.Annotation... annotations)
      Formats a step method argument.
    • Method Detail

      • format

        java.lang.String format​(T argumentToFormat,
                                java.lang.annotation.Annotation... annotations)
        Formats a step method argument.
        Parameters:
        argumentToFormat - the argument object to format
        annotations - list of annotations that the method parameter is annotated with
        Returns:
        a formatted string