public final class CsvFieldUtil extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
static Map<Integer,com.github.houbb.heaven.reflect.model.FieldBean> |
getReadMapping(Class tClass,
com.github.houbb.heaven.support.sort.ISort sort)
获取读取的映射关系
|
static List<com.github.houbb.heaven.reflect.model.FieldBean> |
getSortedFields(Class tClass,
com.github.houbb.heaven.support.sort.ISort sort,
CsvOperateType type)
获取排序后的字段
|
static boolean |
isEntryAble(Field field)
是否进行明细相关处理
|
public static List<com.github.houbb.heaven.reflect.model.FieldBean> getSortedFields(Class tClass, com.github.houbb.heaven.support.sort.ISort sort, CsvOperateType type)
tClass - 类sort - 排序type - 操作方式public static Map<Integer,com.github.houbb.heaven.reflect.model.FieldBean> getReadMapping(Class tClass, com.github.houbb.heaven.support.sort.ISort sort)
tClass - 类sort - 排序信息public static boolean isEntryAble(Field field)
field - 字段信息Copyright © 2019. All rights reserved.