パッケージ | 説明 |
---|---|
com.github.mygreen.supercsv.cellprocessor.conversion |
値の変換する
CellProcessor の実装を提供します。 |
修飾子とタイプ | メソッドと説明 |
---|---|
CharCategory[] |
HalfChar.getCategories()
変換対象の文字の種類を取得します。
|
CharCategory[] |
FullChar.getCategories()
変換対象の文字の種類を取得します。
|
static CharCategory |
CharCategory.valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static CharCategory[] |
CharCategory.values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
コンストラクタと説明 |
---|
FullChar(CharCategory[] categories) |
FullChar(CharCategory[] categories,
StringCellProcessor next) |
HalfChar(CharCategory[] categories) |
HalfChar(CharCategory[] categories,
StringCellProcessor next) |
JapaneseCharReplacer(CharCategory... categories) |
コンストラクタと説明 |
---|
JapaneseCharReplacer(Collection<CharCategory> categories) |
Copyright © 2022 mygreen. All rights reserved.