- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for excludesWhitespace (0.06 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/java/org/codelibs/core/beans/util/CopyOptionsUtil.java
* * @return A {@link CopyOptions} that excludes properties with whitespace values from the operation. * @see CopyOptions#excludeWhitespace() */ public static CopyOptions excludeWhitespace() { return new CopyOptions().excludeWhitespace(); } /** * Returns a {@link CopyOptions} with the specified prefix. * <p>Created: Fri Apr 03 20:58:12 GMT 2026 - Last Modified: Thu Jul 31 08:16:49 GMT 2025 - 10.6K bytes - Click Count (0) -
src/test/java/org/codelibs/core/beans/util/BeanUtilTest.java
import static org.codelibs.core.beans.util.CopyOptionsUtil.exclude; import static org.codelibs.core.beans.util.CopyOptionsUtil.excludeNull; import static org.codelibs.core.beans.util.CopyOptionsUtil.excludeWhitespace; import static org.codelibs.core.beans.util.CopyOptionsUtil.include; import static org.codelibs.core.beans.util.CopyOptionsUtil.prefix; import static org.codelibs.core.collection.CollectionsUtil.newHashMap;
Created: Fri Apr 03 20:58:12 GMT 2026 - Last Modified: Fri Jun 20 13:40:57 GMT 2025 - 34.5K bytes - Click Count (0)