public class ConverterUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static Class<?> |
defaultClassGeneric |
| Modifier and Type | Method and Description |
|---|---|
static Object |
convertToJavaObject(ReadCellData<?> cellData,
Field field,
ExcelContentProperty contentProperty,
Map<ConverterKeyBuild.ConverterKey,Converter<?>> converterMap,
AnalysisContext context,
Integer rowIndex,
Integer columnIndex)
Convert it into a Java object
|
static Map<Integer,String> |
convertToStringMap(Map<Integer,ReadCellData<?>> cellDataMap,
AnalysisContext context)
Convert it into a String map
|
public static Class<?> defaultClassGeneric
public static Map<Integer,String> convertToStringMap(Map<Integer,ReadCellData<?>> cellDataMap, AnalysisContext context)
cellDataMap - context - public static Object convertToJavaObject(ReadCellData<?> cellData, Field field, ExcelContentProperty contentProperty, Map<ConverterKeyBuild.ConverterKey,Converter<?>> converterMap, AnalysisContext context, Integer rowIndex, Integer columnIndex)
cellData - field - contentProperty - converterMap - context - rowIndex - columnIndex - Copyright © 2018–2022 Alibaba Group. All rights reserved.