Class StringFormatter

  • All Implemented Interfaces:
    Formatter

    public class StringFormatter
    extends java.lang.Object
    implements Formatter
    • Method Summary

      Modifier and Type Method Description
      static StringFormatter create()  
      java.lang.String format​(stroom.dashboard.expression.v1.Val value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • format

        public java.lang.String format​(stroom.dashboard.expression.v1.Val value)
        Specified by:
        format in interface Formatter