public class FullChar extends CellProcessorAdaptor implements StringCellProcessor
next
コンストラクタと説明 |
---|
FullChar(CharCategory[] categories) |
FullChar(CharCategory[] categories,
StringCellProcessor next) |
修飾子とタイプ | メソッドと説明 |
---|---|
<T> T |
execute(Object value,
CsvContext context) |
CharCategory[] |
getCategories()
変換対象の文字の種類を取得します。
|
toString, validateInputNotNull
public FullChar(CharCategory[] categories)
public FullChar(CharCategory[] categories, StringCellProcessor next)
public <T> T execute(Object value, CsvContext context)
execute
インタフェース内 CellProcessor
public CharCategory[] getCategories()
Copyright © 2022 mygreen. All rights reserved.