- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for TestClass (0.04 seconds)
-
src/main/java/org/codelibs/fess/app/web/base/FessBaseAction.java
* @param src the source bean object * @param destClass the class of the destination bean * @return a new instance of the destination class with copied properties */ protected static <T> T copyBeanToNewBean(final Object src, final Class<T> destClass) { return BeanUtil.copyBeanToNewBean(src, destClass); } /**Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 15K bytes - Click Count (0)