public class LengthExact extends ValidationCellProcessor implements StringCellProcessor
validationMessage
next
コンストラクタと説明 |
---|
LengthExact(Collection<Integer> requriedLengths) |
LengthExact(Collection<Integer> requriedLengths,
CellProcessor next) |
修飾子とタイプ | メソッドと説明 |
---|---|
Object |
execute(Object value,
CsvContext context) |
int[] |
getRequiredLengths()
比較対象の文字長の候補を取得する。
|
createValidationException, getDefaultValidationMessage, getValidationMessage, setValidationMessage
toString, validateInputNotNull
public LengthExact(Collection<Integer> requriedLengths)
public LengthExact(Collection<Integer> requriedLengths, CellProcessor next)
public Object execute(Object value, CsvContext context)
execute
インタフェース内 CellProcessor
SuperCsvCellProcessorException
- if value is nullSuperCsvConstraintViolationException
- if length is < min or length > maxpublic int[] getRequiredLengths()
Copyright © 2022 mygreen. All rights reserved.