This commit is contained in:
2019-04-16 22:26:23 +08:00
parent 52f5214bbd
commit 7c3c24dcb4
5 changed files with 48 additions and 2 deletions

View File

@@ -167,8 +167,10 @@ public class RunTest<T> {
map.put("abx", 123);
UserBean user = Kv.toBean(map, UserBean.class);
Kv kv = Kv.toKv(user, "name", "abxx=age");
System.out.println(user);
System.out.println(kv);
}
@Test