![JAR search and dependency download from the Maven repository](/logo.png)
cn.ubibi.jettyboot.framework.commons.BeanUtils Maven / Gradle / Ivy
package cn.ubibi.jettyboot.framework.commons;
import cn.ubibi.jettyboot.framework.commons.annotation.JSONTextBean;
import cn.ubibi.jettyboot.framework.commons.annotation.JSONTextBeanArray;
import cn.ubibi.jettyboot.framework.commons.ifs.Convertible;
import com.alibaba.fastjson.JSON;
import java.lang.reflect.Field;
import java.util.*;
public class BeanUtils {
/**
* map to bean list
*
* @param clazz the type of target bean
* @param values from values
* @param type
* @return the target bean list
* @throws Exception 异常
*/
public static List mapListToBeanList(Class clazz, List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy