![JAR search and dependency download from the Maven repository](/logo.png)
com.tuyang.beanutils.annotation.CopyFeature Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of BeanUtils Show documentation
Show all versions of BeanUtils Show documentation
BeanUtils library is a Java bean copy utility with powerful functionality and high performance.
package com.tuyang.beanutils.annotation;
public enum CopyFeature {
IGNORE_PRIMITIVE_NULL_SOURCE_VALUE,
IGNORE_ENUM_CONVERT_EXCEPTION,
ENABLE_JAVA_BEAN_TO_STRING,
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy