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