|
||||||||||
????? ????? | ?????? ?????? | |||||||||
??: ?? | ????? | ??: ?? |
@Retention(value=RUNTIME) @Target(value=TYPE) public @interface CSVEntity
CSVエンティティの設定定義を付加します
??????? | |
---|---|
boolean |
columnCountCheck
true時、カラムの個数をチェックします |
char |
demiliter
カラム区切り文字 |
boolean |
header
ヘッダ true:あり false:なし |
boolean |
headerCheck
CSVColumnの名前と同じかチェックする(validate時) |
public abstract boolean header
public abstract boolean headerCheck
public abstract boolean columnCountCheck
public abstract char demiliter
|
||||||||||
????? ????? | ?????? ?????? | |||||||||
??: ?? | ????? | ??: ?? |