Groovy Documentation

org.gmetrics.formatter
[Groovy] Class ToStringFormatter

java.lang.Object
  org.gmetrics.formatter.ToStringFormatter
All Implemented Interfaces:
Formatter

class ToStringFormatter

Formatter that just performs a toString() on the value

Authors:
Chris Mair


Method Summary
String format(Object value)

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Method Detail

format

String format(Object value)


 

Groovy Documentation