Interface ArrayPatternConverter

    • Method Detail

      • format

        void format​(StringBuilder toAppendTo,
                    Object... objects)
        Formats an array of Objects.
        Parameters:
        toAppendTo - The StringBuilder to add the content to.
        objects - The Object array.