Interface TokenFormatter

    • Method Detail

      • setSource

        void setSource​(ScalarValued source)
        Sets the container holding values to be formatted. A reference to this container is held and accessed only when an formatting is requested.
        Parameters:
        source - the value container to format
      • format

        String format()
        Formats the current value of the source as a text value.
        Returns:
        the value of the source as a string