T - public class DefaultFormatter<T> extends Object implements ArgumentFormatter<T>
String.valueOf(Object),
except for arrays where Arrays.deepToString(Object[]) is used.| Constructor and Description |
|---|
DefaultFormatter() |
public String format(T argumentToFormat, String... formatterArguments)
ArgumentFormatterformat in interface ArgumentFormatter<T>argumentToFormat - the object to formatformatterArguments - optional arguments for the formatter to control the formatting.Copyright © 2014 TNG Technology Consulting. All rights reserved.