public class ShortHandler<R> extends BaseVerifyRule<Short,R>
allowNull, defaultValue, trim| 构造器和说明 |
|---|
ShortHandler(boolean allowNull,
OpsColumn<R> opsColumn)
常规验证
|
| 限定符和类型 | 方法和说明 |
|---|---|
Short |
doHandle(int row,
int col,
Object cellValue)
校验单元格值
|
defaultValue, handle, handleNull, notNull, trimpublic Short doHandle(int row, int col, Object cellValue) throws Exception
BaseVerifyRuledoHandle 在类中 BaseVerifyRule<Short,R>row - 行号col - 列号cellValue - 列值ExceptionCopyright © 2023. All rights reserved.