パッケージ | 説明 |
---|---|
com.github.mygreen.supercsv.io |
CSVの読み書きを行う機能を提供します。
|
修飾子とタイプ | フィールドと説明 |
---|---|
protected CsvExceptionConverter |
AbstractCsvAnnotationBeanWriter.exceptionConverter
exception converter.
|
protected CsvExceptionConverter |
AbstractCsvAnnotationBeanReader.exceptionConverter
exception converter.
|
修飾子とタイプ | メソッドと説明 |
---|---|
CsvExceptionConverter |
AbstractCsvAnnotationBeanWriter.getExceptionConverter()
処理中に発生した例外をメッセージに変換するクラスを取得します。
|
CsvExceptionConverter |
AbstractCsvAnnotationBeanReader.getExceptionConverter()
処理中に発生した例外をメッセージに変換するクラスを取得します。
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
AbstractCsvAnnotationBeanWriter.setExceptionConverter(CsvExceptionConverter exceptionConverter)
処理中に発生した例外をメッセージに変換するクラスを設定します。
|
void |
AbstractCsvAnnotationBeanReader.setExceptionConverter(CsvExceptionConverter exceptionConverter)
処理中に発生した例外をメッセージに変換するクラスを設定します。
|
Copyright © 2022 mygreen. All rights reserved.