com.gettyio.gim.utils.beanref.BeanRefUtils Maven / Gradle / Ivy
package com.gettyio.gim.utils.beanref;
import java.beans.PropertyDescriptor;
import java.lang.reflect.Field;
import java.lang.reflect.Method;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
/**
* 自动按顺序赋值
*
* @author gogym
*/
public class BeanRefUtils {
/**
* 通过{@BeanFieldIndex}来进行排序,调用实体的get方法取值
*
* @param beanObj 实体
* @return returnList returnList返回的数据
* @throws Exception
*/
public static List
© 2015 - 2024 Weber Informatics LLC | Privacy Policy