| パッケージ | 説明 |
|---|---|
| com.github.mygreen.supercsv.cellprocessor.constraint |
値の検証する
CellProcessorの実装を提供します。 |
| com.github.mygreen.supercsv.cellprocessor.format |
値をフォーマットする
CellProcessorの実装を提供します。 |
| com.github.mygreen.supercsv.expression |
式言語を処理するための機能を提供します。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
TextPrinter<T> |
UniqueHashCode.getPrinter() |
TextPrinter<T> |
Unique.getPrinter() |
TextPrinter<T> |
NumberRange.getPrinter() |
TextPrinter<T> |
NumberMin.getPrinter() |
TextPrinter<T> |
NumberMax.getPrinter() |
TextPrinter<T> |
Equals.getPrinter()
フォーマッタを取得する
|
TextPrinter<T> |
DateTimeRange.getPrinter() |
TextPrinter<T> |
DateTimeMin.getPrinter() |
TextPrinter<T> |
DateTimeMax.getPrinter() |
| コンストラクタと説明 |
|---|
DateTimeMax(T max,
boolean inclusive,
TextPrinter<T> printer) |
DateTimeMax(T max,
boolean inclusive,
TextPrinter<T> printer,
CellProcessor next) |
DateTimeMin(T min,
boolean inclusive,
TextPrinter<T> printer) |
DateTimeMin(T min,
boolean inclusive,
TextPrinter<T> printer,
CellProcessor next) |
DateTimeRange(T min,
T max,
boolean inclusive,
TextPrinter<T> printer) |
DateTimeRange(T min,
T max,
boolean inclusive,
TextPrinter<T> printer,
CellProcessor next) |
Equals(Class<T> type,
Collection<T> equaledValues,
TextPrinter<T> printer) |
Equals(Class<T> type,
Collection<T> equaledValues,
TextPrinter<T> printer,
CellProcessor next) |
NumberMax(T max,
boolean inclusive,
TextPrinter<T> printer) |
NumberMax(T max,
boolean inclusive,
TextPrinter<T> printer,
CellProcessor next) |
NumberMin(T min,
boolean inclusive,
TextPrinter<T> printer) |
NumberMin(T min,
boolean inclusive,
TextPrinter<T> printer,
CellProcessor next) |
NumberRange(T min,
T max,
boolean inclusive,
TextPrinter<T> printer) |
NumberRange(T min,
T max,
boolean inclusive,
TextPrinter<T> printer,
CellProcessor next) |
Unique(TextPrinter<T> printer) |
Unique(TextPrinter<T> printer,
CellProcessor next) |
UniqueHashCode(TextPrinter<T> printer) |
UniqueHashCode(TextPrinter<T> printer,
CellProcessor next) |
| 修飾子とタイプ | インタフェースと説明 |
|---|---|
interface |
TextFormatter<T>
文字列とオブジェクトの相互変換を行うインタフェースです。
|
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
AbstractTextFormatter<T>
文字列とオブジェクトの相互変換を行う抽象クラス。
|
class |
BooleanFormatter
Boolean型に対するフォーマッタ。
|
class |
DateFormatWrapper<T extends Date>
スレッドセーフな
DateFormat。 |
class |
EnumFormatter<T extends Enum<T>>
列挙型をフォーマットするクラス。
|
class |
JodaFormatWrapper<T>
Joda-Timeのフォーマッタをラップしたクラス。
|
class |
NumberFormatWrapper<T extends Number>
書式を指定した数値のフォーマッタ。
|
class |
SimpleNumberFormatter<T extends Number>
書式がない数値のフォーマッタ。
|
class |
TemporalFormatWrapper<T extends TemporalAccessor>
Date and Time APIの
DateTimeFormatterをラップしたクラス。 |
| コンストラクタと説明 |
|---|
PrintProcessor(TextPrinter<T> printer)
プリンタを指定してインスタンスを作成するコンストラクタ。
|
PrintProcessor(TextPrinter<T> printer,
StringCellProcessor next)
プリンタを指定してインスタンスを作成するコンストラクタ。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static String |
CustomFunctions.join(Collection<?> collection,
String delimiter,
TextPrinter printer)
コレクションの値を結合する。
|
static String |
CustomFunctions.join(Object[] array,
String delimiter,
TextPrinter printer)
配列の値を結合する。
|
Copyright © 2025 mygreen. All rights reserved.