- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for HogeDto2 (0.15 sec)
-
src/test/java/org/codelibs/core/beans/util/BeanUtilTest.java
assertThat(map2.get("aaa"), is((Object) 1000L)); } /** * @throws Exception */ @Test public void testCopy_BeanToNewMap() throws Exception { final HogeDto2 hoge = new HogeDto2(); hoge.aaa = "1"; hoge.search_bbb = "2"; hoge.search_ccc$ddd = "3"; final Map<String, Object> map = BeanUtil.copyBeanToNewMap(hoge); assertThat(map.size(), is(4));
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Fri Jun 20 13:40:57 UTC 2025 - 34.5K bytes - Viewed (0)