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