记录器实用程序
LoggerUtil:将对象转储为类似 JSON 的字符串
没有依赖性。
根据需要修改代码。
这是转储实用程序。 不是 JSON 序列化程序。
示例类:
static class TestClass {
public String f1;
private String f2 = " hogehoge " ;
public String getF2 () {
return f2;
}
public boolean f3;
public boolean isF4 () {
return true ;
}
public static String getX () {
return " fail " ;
}
public static boolean isY () {
return false ;
}
public int [] f5
评论0
最新资源