- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for buildCopyOptions (1.86 sec)
-
src/main/java/org/codelibs/core/beans/util/BeanUtil.java
* @param option The consumer for copy options. */ public static void copyBeanToBean(final Object src, final Object dest, final Consumer<CopyOptions> option) { copyBeanToBean(src, dest, buildCopyOptions(option)); } /** * Copies properties from one Bean to another Bean. * * @param src The source Bean. Must not be {@literal null}.
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 23.5K bytes - Viewed (0)