4647484950515253
beans.clear(); beans.add(testClazz); tracers.clear(); Info type = tracer == null ? Info.TOJSON : tracer.info(); stringTypes.set(type); }
117118119120121122123124125
* * @param o * @return */ public static String toTracerString(Object o) { Info type = stringTypes.get(); String info = type.toInfoString(o); return info; }