Interface AnnotationArgumentFormatter<T extends java.lang.annotation.Annotation>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String format​(java.lang.Object argumentToFormat, T annotation)
      Format a single argument by taking the given annotation into account.
    • Method Detail

      • format

        java.lang.String format​(java.lang.Object argumentToFormat,
                                T annotation)
        Format a single argument by taking the given annotation into account.
        Parameters:
        argumentToFormat - the object to format
        annotation - the annotation the parameter was annotated with
        Returns:
        a formatted string