All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.tuyang.beanutils.annotation.CopyFeature Maven / Gradle / Ivy

Go to download

BeanUtils library is a Java bean copy utility with powerful functionality and high performance.

There is a newer version: 1.0.11
Show newest version
package com.tuyang.beanutils.annotation;

public enum CopyFeature {
	IGNORE_PRIMITIVE_NULL_SOURCE_VALUE,
	IGNORE_ALL_NULL_SOURCE_VALUE,
	IGNORE_ENUM_CONVERT_EXCEPTION,
	ENABLE_JAVA_BEAN_TO_STRING,
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy