Consider the custom toString() implementation of a bean:
toString()
@Override public String toString() { String.format(\"this is %s\", this.someField); } <
public static String format(String format, Object... args){ for (int i=0;i
then use the method ,ok