public class CellSetterFactory extends Object
CellSetter
简单静态工厂类,用于根据值类型创建对应的CellSetter
Constructor and Description |
---|
CellSetterFactory() |
Modifier and Type | Method and Description |
---|---|
static CellSetter |
createCellSetter(Object value)
创建值对应类型的
CellSetter |
public static CellSetter createCellSetter(Object value)
CellSetter
value
- 值CellSetter
Copyright © 2024. All rights reserved.