- cache - クラス の変数com.github.mygreen.supercsv.io.AbstractCsvAnnotationBeanReader
-
cache of methods for mapping from columns to fields
- cache - クラス の変数com.github.mygreen.supercsv.io.AbstractCsvAnnotationBeanWriter
-
cache of methods for mapping from fields to columns
- CalendarProcessorBuilder - com.github.mygreen.supercsv.builder.standardのクラス
-
- CalendarProcessorBuilder() - クラス のコンストラクタcom.github.mygreen.supercsv.builder.standard.CalendarProcessorBuilder
-
- CallbackMethod - com.github.mygreen.supercsv.builderのクラス
-
- CallbackMethod(Method) - クラス のコンストラクタcom.github.mygreen.supercsv.builder.CallbackMethod
-
- CharacterProcessorBuilder - com.github.mygreen.supercsv.builder.standardのクラス
-
char/Character型に対するビルダ
- CharacterProcessorBuilder() - クラス のコンストラクタcom.github.mygreen.supercsv.builder.standard.CharacterProcessorBuilder
-
- CharCategory - com.github.mygreen.supercsv.cellprocessor.conversionの列挙
-
日本語の全角・半角に変換する際の文字の種類を表す列挙型。
- CharReplacer - com.github.mygreen.supercsv.cellprocessor.conversionのクラス
-
文字を置換するクラス
- CharReplacer() - クラス のコンストラクタcom.github.mygreen.supercsv.cellprocessor.conversion.CharReplacer
-
- CharWidthPaddingProcessor - com.github.mygreen.supercsv.cellprocessor.conversionのクラス
-
文字の幅によって区別してパディングする。
- CharWidthPaddingProcessor() - クラス のコンストラクタcom.github.mygreen.supercsv.cellprocessor.conversion.CharWidthPaddingProcessor
-
- clearAllErrors() - クラス のメソッドcom.github.mygreen.supercsv.validation.CsvBindingErrors
-
全てのエラー情報を削除する。
- clone() - 例外 のメソッドcom.github.mygreen.supercsv.exception.SuperCsvValidationException
-
- clone(String[]) - クラス のstaticメソッドcom.github.mygreen.supercsv.util.Utils
-
文字列の配列をクローンします。
- CODE_SEPARATOR - クラス のstatic変数com.github.mygreen.supercsv.validation.MessageCodeGenerator
-
- ColumnMapping - com.github.mygreen.supercsv.builderのクラス
-
解析したカラムのマッピング情報です。
- ColumnMapping() - クラス のコンストラクタcom.github.mygreen.supercsv.builder.ColumnMapping
-
- com.github.mygreen.supercsv - パッケージ com.github.mygreen.supercsv
-
- com.github.mygreen.supercsv.annotation - パッケージ com.github.mygreen.supercsv.annotation
-
アノテーション機能を提供します。
- com.github.mygreen.supercsv.annotation.constraint - パッケージ com.github.mygreen.supercsv.annotation.constraint
-
制約のアノテーションを提供します。
- com.github.mygreen.supercsv.annotation.conversion - パッケージ com.github.mygreen.supercsv.annotation.conversion
-
変換用のアノテーションを提供します。
- com.github.mygreen.supercsv.annotation.format - パッケージ com.github.mygreen.supercsv.annotation.format
-
書式の定義を行うアノテーションを提供します。
- com.github.mygreen.supercsv.builder - パッケージ com.github.mygreen.supercsv.builder
-
- com.github.mygreen.supercsv.builder.joda - パッケージ com.github.mygreen.supercsv.builder.joda
-
- com.github.mygreen.supercsv.builder.standard - パッケージ com.github.mygreen.supercsv.builder.standard
-
- com.github.mygreen.supercsv.builder.time - パッケージ com.github.mygreen.supercsv.builder.time
-
- com.github.mygreen.supercsv.cellprocessor - パッケージ com.github.mygreen.supercsv.cellprocessor
-
- com.github.mygreen.supercsv.cellprocessor.constraint - パッケージ com.github.mygreen.supercsv.cellprocessor.constraint
-
- com.github.mygreen.supercsv.cellprocessor.conversion - パッケージ com.github.mygreen.supercsv.cellprocessor.conversion
-
- com.github.mygreen.supercsv.cellprocessor.format - パッケージ com.github.mygreen.supercsv.cellprocessor.format
-
- com.github.mygreen.supercsv.exception - パッケージ com.github.mygreen.supercsv.exception
-
例外の機能を提供します。
- com.github.mygreen.supercsv.expression - パッケージ com.github.mygreen.supercsv.expression
-
式言語を処理するための機能を提供します。
- com.github.mygreen.supercsv.io - パッケージ com.github.mygreen.supercsv.io
-
CSVの読み書きを行う機能を提供します。
- com.github.mygreen.supercsv.localization - パッケージ com.github.mygreen.supercsv.localization
-
エラーメッセージを処理する機能を提供します。
- com.github.mygreen.supercsv.util - パッケージ com.github.mygreen.supercsv.util
-
ユーティリティ機能を提供します。
- com.github.mygreen.supercsv.validation - パッケージ com.github.mygreen.supercsv.validation
-
入力値検証に関する機能を提供します。
- com.github.mygreen.supercsv.validation.beanvalidation - パッケージ com.github.mygreen.supercsv.validation.beanvalidation
-
Bean Validation(JSR-303/JSR-349)と連携する機能を提供します。
- compact() - クラス のメソッドcom.github.mygreen.supercsv.expression.ObjectCache
-
- compare(Annotation, Annotation) - クラス のメソッドcom.github.mygreen.supercsv.builder.AnnotationComparator
-
- compareTo(CallbackMethod) - クラス のメソッドcom.github.mygreen.supercsv.builder.CallbackMethod
-
メソッド名の昇順
- compareTo(ColumnMapping) - クラス のメソッドcom.github.mygreen.supercsv.builder.ColumnMapping
-
- concat(String[], String[]) - クラス のstaticメソッドcom.github.mygreen.supercsv.util.Utils
-
文字列配列の結合
- Configuration - com.github.mygreen.supercsv.builderのクラス
-
- Configuration() - クラス のコンストラクタcom.github.mygreen.supercsv.builder.Configuration
-
- constraintHandler - クラス の変数com.github.mygreen.supercsv.builder.AbstractProcessorBuilder
-
制約のCellProcessorを作成する
- ConstraintProcessorFactory<A extends Annotation> - com.github.mygreen.supercsv.cellprocessorのインタフェース
-
- ConstraintProcessorHandler - com.github.mygreen.supercsv.cellprocessorのクラス
-
- ConstraintProcessorHandler() - クラス のコンストラクタcom.github.mygreen.supercsv.cellprocessor.ConstraintProcessorHandler
-
- contains(K) - クラス のメソッドcom.github.mygreen.supercsv.expression.ObjectCache
-
- containsBuildCase(Annotation, BuildCase) - クラス のstaticメソッドcom.github.mygreen.supercsv.util.Utils
-
アノテーションの属性「cases」を持つ場合、指定した種類を持つか判定する。
- conversionHandler - クラス の変数com.github.mygreen.supercsv.builder.AbstractProcessorBuilder
-
変換のCellProcessorを作成する
- ConversionProcessorFactory<A extends Annotation> - com.github.mygreen.supercsv.cellprocessorのインタフェース
-
- ConversionProcessorHandler - com.github.mygreen.supercsv.cellprocessorのクラス
-
- ConversionProcessorHandler() - クラス のコンストラクタcom.github.mygreen.supercsv.cellprocessor.ConversionProcessorHandler
-
- convert(SuperCsvException, BeanMapping<?>) - クラス のメソッドcom.github.mygreen.supercsv.validation.CsvExceptionConverter
-
例外をエラーオブジェクトに変換する。
- convertAndFormat(SuperCsvException, BeanMapping<?>) - クラス のメソッドcom.github.mygreen.supercsv.validation.CsvExceptionConverter
-
例外をエラーオブジェクトに変換し、さらに、エラーオブジェジェクトをメッセージにフォーマットする。
- count(int) - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.conversion.AbstractPaddingOperator
-
文字数をカウントする
- count(String) - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.conversion.AbstractPaddingOperator
-
文字数をカウントする。
- count(int) - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.conversion.ByteSizePaddingProcessor
-
- count(String) - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.conversion.ByteSizePaddingProcessor
-
- count(int) - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.conversion.CharWidthPaddingProcessor
-
- count(String) - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.conversion.CharWidthPaddingProcessor
-
- count(int) - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.conversion.SimplePaddingProcessor
-
- count(String) - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.conversion.SimplePaddingProcessor
-
- create(T) - インタフェース のメソッドcom.github.mygreen.supercsv.builder.BeanFactory
-
引数Tのクラスタイプのインスタンスを返す。
- create(Class<T>, Class<?>...) - クラス のメソッドcom.github.mygreen.supercsv.builder.BeanMappingFactory
-
Beanクラスから、CSVのマッピング情報を作成します。
- create(Class<?>) - クラス のメソッドcom.github.mygreen.supercsv.builder.DefaultBeanFactory
-
- create(Class<T>, Class<?>...) - クラス のメソッドcom.github.mygreen.supercsv.builder.LazyBeanMappingFactory
-
Beanクラスから、CSVのマッピング情報を作成します。
- create(Class<?>) - クラス のメソッドcom.github.mygreen.supercsv.builder.SpringBeanFactory
-
- create(CsvDateTimeMax, Optional<CellProcessor>, FieldAccessor, TextFormatter<?>, Configuration) - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.constraint.DateTimeMaxFactory
-
- create(CsvDateTimeMin, Optional<CellProcessor>, FieldAccessor, TextFormatter<?>, Configuration) - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.constraint.DateTimeMinFactory
-
- create(CsvDateTimeRange, Optional<CellProcessor>, FieldAccessor, TextFormatter<?>, Configuration) - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.constraint.DateTimeRangeFactory
-
- create(CsvEquals, Optional<CellProcessor>, FieldAccessor, TextFormatter<?>, Configuration) - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.constraint.EqualsFactory
-
- create(CsvLengthBetween, Optional<CellProcessor>, FieldAccessor, TextFormatter<?>, Configuration) - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.constraint.LengthBetweenFactory
-
- create(CsvLengthExact, Optional<CellProcessor>, FieldAccessor, TextFormatter<?>, Configuration) - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.constraint.LengthExactFactory
-
- create(CsvLengthMax, Optional<CellProcessor>, FieldAccessor, TextFormatter<?>, Configuration) - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.constraint.LengthMaxFactory
-
- create(CsvLengthMin, Optional<CellProcessor>, FieldAccessor, TextFormatter<?>, Configuration) - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.constraint.LengthMinFactory
-
- create(CsvNumberMax, Optional<CellProcessor>, FieldAccessor, TextFormatter<?>, Configuration) - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.constraint.NumberMaxFactory
-
- create(CsvNumberMin, Optional<CellProcessor>, FieldAccessor, TextFormatter<?>, Configuration) - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.constraint.NumberMinFactory
-
- create(CsvNumberRange, Optional<CellProcessor>, FieldAccessor, TextFormatter<?>, Configuration) - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.constraint.NumberRangeFactory
-
- create(CsvPattern, Optional<CellProcessor>, FieldAccessor, TextFormatter<?>, Configuration) - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.constraint.PatternFactory
-
- create(CsvRequire, Optional<CellProcessor>, FieldAccessor, TextFormatter<?>, Configuration) - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.constraint.RequireFactory
-
- create(CsvUnique, Optional<CellProcessor>, FieldAccessor, TextFormatter<?>, Configuration) - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.constraint.UniqueFactory
-
- create(CsvUniqueHashCode, Optional<CellProcessor>, FieldAccessor, TextFormatter<?>, Configuration) - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.constraint.UniqueHashCodeFactory
-
- create(CsvWordForbid, Optional<CellProcessor>, FieldAccessor, TextFormatter<?>, Configuration) - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.constraint.WordForbidFactory
-
- create(CsvWordRequire, Optional<CellProcessor>, FieldAccessor, TextFormatter<?>, Configuration) - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.constraint.WordRequireFactory
-
- create(A, Optional<CellProcessor>, FieldAccessor, TextFormatter<?>, Configuration) - インタフェース のメソッドcom.github.mygreen.supercsv.cellprocessor.ConstraintProcessorFactory
-
- create(Optional<CellProcessor>, FieldAccessor, TextFormatter<?>, Configuration, BuildCase, Class<?>[]) - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.ConstraintProcessorHandler
-
- create(CsvDefaultValue, Optional<CellProcessor>, FieldAccessor, TextFormatter<?>, Configuration) - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.conversion.DefaultValueFactory
-
- create(CsvFullChar, Optional<CellProcessor>, FieldAccessor, TextFormatter<?>, Configuration) - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.conversion.FullCharFactory
-
- create(CsvHalfChar, Optional<CellProcessor>, FieldAccessor, TextFormatter<?>, Configuration) - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.conversion.HalfCharFactory
-
- create(CsvLeftPad, Optional<CellProcessor>, FieldAccessor, TextFormatter<?>, Configuration) - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.conversion.LeftPadFactory
-
- create(CsvLower, Optional<CellProcessor>, FieldAccessor, TextFormatter<?>, Configuration) - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.conversion.LowerFactory
-
- create(CsvMultiPad, Optional<CellProcessor>, FieldAccessor, TextFormatter<?>, Configuration) - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.conversion.MultiPadFactory
-
- create(CsvNullConvert, Optional<CellProcessor>, FieldAccessor, TextFormatter<?>, Configuration) - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.conversion.NullConvertFactory
-
- create(CsvOneSideTrim, Optional<CellProcessor>, FieldAccessor, TextFormatter<?>, Configuration) - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.conversion.OneSideTrimFactory
-
- create(CsvRegexReplace, Optional<CellProcessor>, FieldAccessor, TextFormatter<?>, Configuration) - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.conversion.RegexReplaceFactory
-
- create(CsvRightPad, Optional<CellProcessor>, FieldAccessor, TextFormatter<?>, Configuration) - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.conversion.RightPadFactory
-
- create(CsvTrim, Optional<CellProcessor>, FieldAccessor, TextFormatter<?>, Configuration) - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.conversion.TrimFactory
-
- create(CsvTruncate, Optional<CellProcessor>, FieldAccessor, TextFormatter<?>, Configuration) - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.conversion.TruncateFactory
-
- create(CsvUpper, Optional<CellProcessor>, FieldAccessor, TextFormatter<?>, Configuration) - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.conversion.UpperFactory
-
- create(CsvWordReplace, Optional<CellProcessor>, FieldAccessor, TextFormatter<?>, Configuration) - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.conversion.WordReplaceFactory
-
- create(A, Optional<CellProcessor>, FieldAccessor, TextFormatter<?>, Configuration) - インタフェース のメソッドcom.github.mygreen.supercsv.cellprocessor.ConversionProcessorFactory
-
- create(Optional<CellProcessor>, FieldAccessor, TextFormatter<?>, Configuration, BuildCase, Class<?>[]) - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.ConversionProcessorHandler
-
- create(Optional<CellProcessor>, FieldAccessor, TextFormatter<?>, Configuration, BuildCase, Class<?>[]) - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.format.ParseProcessorFactory
-
- create(Optional<CellProcessor>, FieldAccessor, TextFormatter<?>, Configuration, BuildCase, Class<?>[]) - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.format.PrintProcessorFactory
-
- create(String) - クラス のstaticメソッドcom.github.mygreen.supercsv.cellprocessor.format.SimpleDateFormatBuilder
-
- create(Optional<CellProcessor>, FieldAccessor, TextFormatter<?>, Configuration, BuildCase, Class<?>[]) - インタフェース のメソッドcom.github.mygreen.supercsv.cellprocessor.ProcessorFactory
-
- create(BeanMapping<T>) - クラス のstaticメソッドcom.github.mygreen.supercsv.io.BeanMappingCache
-
- create(String) - クラス のstaticメソッドcom.github.mygreen.supercsv.localization.MessageBuilder
-
- createColumnMapping(Field, CsvColumn, Class<?>[]) - クラス のメソッドcom.github.mygreen.supercsv.builder.BeanMappingFactory
-
カラム情報を組み立てる
- createFormatter(FieldAccessor, Configuration) - クラス のメソッドcom.github.mygreen.supercsv.builder.joda.AbstractJodaProcessorBuilder
-
変換規則から、DateTimeFormatter
のインスタンスを作成する。
- createFormatter(FieldAccessor, Configuration) - クラス のメソッドcom.github.mygreen.supercsv.builder.standard.AbstractNumberProcessorBuilder
-
数値のフォーマッタを作成する。
- createFormatter(FieldAccessor, Configuration) - クラス のメソッドcom.github.mygreen.supercsv.builder.time.AbstractTemporalProcessorBuilder
-
- createMessageVariables(CsvField<T>) - インタフェース のメソッドcom.github.mygreen.supercsv.validation.CsvFieldValidator
-
メッセージ変数を取得する。
- createPartialColumnMapping(int, Optional<CsvPartial>) - クラス のメソッドcom.github.mygreen.supercsv.builder.BeanMappingFactory
-
部分的なカラムの場合の作成
- createSimpleFormatter(FieldAccessor, Configuration) - クラス のメソッドcom.github.mygreen.supercsv.builder.standard.AbstractNumberProcessorBuilder
-
- createValidationException(CsvContext) - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.ValidationCellProcessor
-
SuperCsvValidationException.Builder
のインスタンスを作成する。
- CsvAnnotationBeanReader<T> - com.github.mygreen.supercsv.ioのクラス
-
アノテーションを元にCSVファイルを読み込むためのクラス。
- CsvAnnotationBeanReader(Class<T>, Reader, CsvPreference, Class<?>...) - クラス のコンストラクタcom.github.mygreen.supercsv.io.CsvAnnotationBeanReader
-
- CsvAnnotationBeanReader(BeanMapping<T>, Reader, CsvPreference) - クラス のコンストラクタcom.github.mygreen.supercsv.io.CsvAnnotationBeanReader
-
- CsvAnnotationBeanReader(Class<T>, ITokenizer, CsvPreference, Class<?>...) - クラス のコンストラクタcom.github.mygreen.supercsv.io.CsvAnnotationBeanReader
-
- CsvAnnotationBeanReader(BeanMapping<T>, ITokenizer, CsvPreference) - クラス のコンストラクタcom.github.mygreen.supercsv.io.CsvAnnotationBeanReader
-
- CsvAnnotationBeanWriter<T> - com.github.mygreen.supercsv.ioのクラス
-
アノテーションを元にCSVファイルを出力するためのクラス。
- CsvAnnotationBeanWriter(Class<T>, Writer, CsvPreference, Class<?>...) - クラス のコンストラクタcom.github.mygreen.supercsv.io.CsvAnnotationBeanWriter
-
- CsvAnnotationBeanWriter(BeanMapping<T>, Writer, CsvPreference) - クラス のコンストラクタcom.github.mygreen.supercsv.io.CsvAnnotationBeanWriter
-
- CsvBean - com.github.mygreen.supercsv.annotationの注釈型
-
CSVのBeanであることを表現するためのアノテーションです。
- CsvBeanValidator - com.github.mygreen.supercsv.validation.beanvalidationのクラス
-
BeanValidaion JSR-303(ver.1.0)/JSR-349(ver.1.1)にブリッジする
CsvValidator
。
- CsvBeanValidator(Validator) - クラス のコンストラクタcom.github.mygreen.supercsv.validation.beanvalidation.CsvBeanValidator
-
- CsvBeanValidator() - クラス のコンストラクタcom.github.mygreen.supercsv.validation.beanvalidation.CsvBeanValidator
-
- CsvBindingErrors - com.github.mygreen.supercsv.validationのクラス
-
CSVのエラー情報を管理するためのクラス。
- CsvBindingErrors(String) - クラス のコンストラクタcom.github.mygreen.supercsv.validation.CsvBindingErrors
-
オブジェクト名を指定するコンストラクタ。
- CsvBindingErrors(Class<?>) - クラス のコンストラクタcom.github.mygreen.supercsv.validation.CsvBindingErrors
-
クラス名を元にオブジェクト名を設定するコンストラクタ。
- CsvBooleanFormat - com.github.mygreen.supercsv.annotation.formatの注釈型
-
boolean/Boolean型の書式を定義するためのアノテーションです。
- CsvColumn - com.github.mygreen.supercsv.annotationの注釈型
-
CSVのカラムであることを表現するためのアノテーションです。
- CsvComposition - com.github.mygreen.supercsv.annotationの注釈型
-
アノテーションを組み合わせた合成のアノテーションを表現するためのメタアノテーションです。
- CsvConstraint - com.github.mygreen.supercsv.annotation.constraintの注釈型
-
制約のアノテーションを表現するためのメタアノテーションです。
- CsvConversion - com.github.mygreen.supercsv.annotation.conversionの注釈型
-
変換のアノテーションを表現するためのメタアノテーションです。
- CsvDateTimeFormat - com.github.mygreen.supercsv.annotation.formatの注釈型
-
日時型の書式を定義するためのアノテーションです。
- CsvDateTimeMax - com.github.mygreen.supercsv.annotation.constraintの注釈型
-
値が指定した日時より過去(上限値以下)かどうか検証するためのアノテーションです。
- CsvDateTimeMax.List - com.github.mygreen.supercsv.annotation.constraintの注釈型
-
アノテーションを複数個指定する際の要素です。
- CsvDateTimeMin - com.github.mygreen.supercsv.annotation.constraintの注釈型
-
値が指定した日時より未来(下限値以上)かどうか検証するためのアノテーションです。
- CsvDateTimeMin.List - com.github.mygreen.supercsv.annotation.constraintの注釈型
-
アノテーションを複数個指定する際の要素です。
- CsvDateTimeRange - com.github.mygreen.supercsv.annotation.constraintの注釈型
-
値が指定した期間内かどうか検証するためのアノテーションです。
- CsvDateTimeRange.List - com.github.mygreen.supercsv.annotation.constraintの注釈型
-
アノテーションを複数個指定する際の要素です。
- CsvDefaultValue - com.github.mygreen.supercsv.annotation.conversionの注釈型
-
値がnullの場合に、代替となる値に変換するためのアノテーションです。
- CsvDefaultValue.List - com.github.mygreen.supercsv.annotation.conversionの注釈型
-
- CsvEnumFormat - com.github.mygreen.supercsv.annotation.formatの注釈型
-
列挙型の書式を定義するためのアノテーションです。
- CsvEquals - com.github.mygreen.supercsv.annotation.constraintの注釈型
-
セルの値が指定した値と等しいかどうか検証するためのアノテーションです。
- CsvEquals.List - com.github.mygreen.supercsv.annotation.constraintの注釈型
-
アノテーションを複数個指定する際の要素です。
- CsvError - com.github.mygreen.supercsv.validationのクラス
-
オブジェクトに対するエラーメッセージ。
- CsvError(String, String[], Map<String, Object>, String) - クラス のコンストラクタcom.github.mygreen.supercsv.validation.CsvError
-
- CsvError.Builder - com.github.mygreen.supercsv.validationのクラス
-
- CsvErrorHandler - com.github.mygreen.supercsv.ioのインタフェース
-
CSV処理に失敗したときの戦略。
- CsvExceptionConverter - com.github.mygreen.supercsv.validationのクラス
-
- CsvExceptionConverter() - クラス のコンストラクタcom.github.mygreen.supercsv.validation.CsvExceptionConverter
-
- CsvField<T> - com.github.mygreen.supercsv.validationのクラス
-
独自にフィールドの値を検証する機能を実装する際のヘルパクラス。
- CsvField(ValidationContext<R>, R, String) - クラス のコンストラクタcom.github.mygreen.supercsv.validation.CsvField
-
- CsvFieldError - com.github.mygreen.supercsv.validationのクラス
-
フィールドに対するエラー情報。
- CsvFieldError(String, String, boolean, String[], Map<String, Object>, String) - クラス のコンストラクタcom.github.mygreen.supercsv.validation.CsvFieldError
-
- CsvFieldError.Builder - com.github.mygreen.supercsv.validationのクラス
-
- CsvFieldValidator<T> - com.github.mygreen.supercsv.validationのインタフェース
-
フィールドに対するValidator
- CsvFixedSize - com.github.mygreen.supercsv.annotation.conversionの注釈型
-
固定長のカラムを表現するためのアノテーションです。
- CsvFixedSize.List - com.github.mygreen.supercsv.annotation.conversionの注釈型
-
- CsvFormat - com.github.mygreen.supercsv.annotation.formatの注釈型
-
任意のタイプの書式を指定するためのアノテーションです。
- CsvFullChar - com.github.mygreen.supercsv.annotation.conversionの注釈型
-
半角文字を日本語の全角文字に変換するためのアノテーションです。
- CsvFullChar.List - com.github.mygreen.supercsv.annotation.conversionの注釈型
-
アノテーションを複数個指定する際の要素です。
- CsvHalfChar - com.github.mygreen.supercsv.annotation.conversionの注釈型
-
日本語の全角文字を半角文字に変換します。
- CsvHalfChar.List - com.github.mygreen.supercsv.annotation.conversionの注釈型
-
アノテーションを複数個指定する際の要素です。
- CsvLeftPad - com.github.mygreen.supercsv.annotation.conversionの注釈型
-
左側にパディングするためのアノテーションです。
- CsvLeftPad.List - com.github.mygreen.supercsv.annotation.conversionの注釈型
-
アノテーションを複数個指定する際の要素です。
- CsvLengthBetween - com.github.mygreen.supercsv.annotation.constraintの注釈型
-
文字長が指定した範囲以内かどうか検証するためのアノテーションです。
- CsvLengthBetween.List - com.github.mygreen.supercsv.annotation.constraintの注釈型
-
アノテーションを複数個指定する際の要素です。
- CsvLengthExact - com.github.mygreen.supercsv.annotation.constraintの注釈型
-
文字長が指定した長さと等しいか検証するためのアノテーションです。
- CsvLengthExact.List - com.github.mygreen.supercsv.annotation.constraintの注釈型
-
アノテーションを複数個指定する際の要素です。
- CsvLengthMax - com.github.mygreen.supercsv.annotation.constraintの注釈型
-
文字長が指定した長さ以下(最大文字長)かどうか検証するためのアノテーションです。
- CsvLengthMax.List - com.github.mygreen.supercsv.annotation.constraintの注釈型
-
アノテーションを複数個指定する際の要素です。
- CsvLengthMin - com.github.mygreen.supercsv.annotation.constraintの注釈型
-
文字長が指定した長さ以上(最小文字長)かどうか検証するためのアノテーションです。
- CsvLengthMin.List - com.github.mygreen.supercsv.annotation.constraintの注釈型
-
アノテーションを複数個指定する際の要素です。
- CsvLower - com.github.mygreen.supercsv.annotation.conversionの注釈型
-
英字のアルファベットの大文字を小文字に変換します。
- CsvLower.List - com.github.mygreen.supercsv.annotation.conversionの注釈型
-
アノテーションを複数個指定する際の要素です。
- CsvMultiPad - com.github.mygreen.supercsv.annotation.conversionの注釈型
-
パディングするためのアノテーションです。
- CsvMultiPad.List - com.github.mygreen.supercsv.annotation.conversionの注釈型
-
- CsvNullConvert - com.github.mygreen.supercsv.annotation.conversionの注釈型
-
指定した値と一致したときにnullに変換するためのアノテーションです。
- CsvNullConvert.List - com.github.mygreen.supercsv.annotation.conversionの注釈型
-
- CsvNumberFormat - com.github.mygreen.supercsv.annotation.formatの注釈型
-
数値型の書式を定義するためのアノテーションです。
- CsvNumberMax - com.github.mygreen.supercsv.annotation.constraintの注釈型
-
値が指定した上限値以下かどうか検証するためのアノテーションです。
- CsvNumberMax.List - com.github.mygreen.supercsv.annotation.constraintの注釈型
-
アノテーションを複数個指定する際の要素です。
- CsvNumberMin - com.github.mygreen.supercsv.annotation.constraintの注釈型
-
値が指定した下限値以上かどうか検証するためのアノテーションです。
- CsvNumberMin.List - com.github.mygreen.supercsv.annotation.constraintの注釈型
-
アノテーションを複数個指定する際の要素です。
- CsvNumberRange - com.github.mygreen.supercsv.annotation.constraintの注釈型
-
値が指定した範囲内かどうか検証するためのアノテーションです。
- CsvNumberRange.List - com.github.mygreen.supercsv.annotation.constraintの注釈型
-
アノテーションを複数個指定する際の要素です。
- CsvOneSideTrim - com.github.mygreen.supercsv.annotation.conversionの注釈型
-
片方だけトリムするためのアノテーションです。
- CsvOneSideTrim.List - com.github.mygreen.supercsv.annotation.conversionの注釈型
-
- CsvOverridesAttribute - com.github.mygreen.supercsv.annotationの注釈型
-
合成のアノテーションを作成する際に、アノテーションの属性を特定して上書きするためのアノテーションです。
- CsvOverridesAttribute.List - com.github.mygreen.supercsv.annotationの注釈型
-
アノテーションを複数個指定する際の要素です。
- CsvPartial - com.github.mygreen.supercsv.annotationの注釈型
-
部分的にカラムをマッピングする際のカラム情報を補完するためのアノテーションです。
- CsvPartial.Header - com.github.mygreen.supercsv.annotationの注釈型
-
ヘッダー情報を表現します。
- CsvPattern - com.github.mygreen.supercsv.annotation.constraintの注釈型
-
値が指定した正規表現に一致するかどうか検証するためのアノテーションです。
- CsvPattern.List - com.github.mygreen.supercsv.annotation.constraintの注釈型
-
アノテーションを複数個指定する際の要素です。
- CsvPostRead - com.github.mygreen.supercsv.annotationの注釈型
-
ライフサイクルイベントをハンドリングするためのアノテーションです。
- CsvPostWrite - com.github.mygreen.supercsv.annotationの注釈型
-
ライフサイクルイベントをハンドリングするためのアノテーションです。
- CsvPreRead - com.github.mygreen.supercsv.annotationの注釈型
-
ライフサイクルイベントをハンドリングするためのアノテーションです。
- CsvPreWrite - com.github.mygreen.supercsv.annotationの注釈型
-
ライフサイクルイベントをハンドリングするためのアノテーションです。
- CsvReadStatus - com.github.mygreen.supercsv.ioの列挙
-
CSVの読み込み処理ステータスを表現する列挙型です。
- CsvRegexReplace - com.github.mygreen.supercsv.annotation.conversionの注釈型
-
正規表現に一致した文字列を置換するためのアノテーションです。
- CsvRegexReplace.List - com.github.mygreen.supercsv.annotation.conversionの注釈型
-
アノテーションを複数個指定する際の要素です。
- CsvRequire - com.github.mygreen.supercsv.annotation.constraintの注釈型
-
値が必須かどうか検証するためのアノテーションです。
- CsvRequire.List - com.github.mygreen.supercsv.annotation.constraintの注釈型
-
アノテーションを複数個指定する際の要素です。
- CsvRightPad - com.github.mygreen.supercsv.annotation.conversionの注釈型
-
右側にパディングするためのアノテーションです。
- CsvRightPad.List - com.github.mygreen.supercsv.annotation.conversionの注釈型
-
アノテーションを複数個指定する際の要素です。
- CsvSuccessHandler<T> - com.github.mygreen.supercsv.ioのインタフェース
-
CSV処理に成功したときの戦略。
- CsvTrim - com.github.mygreen.supercsv.annotation.conversionの注釈型
-
前後の半角空白をトリミングするアノテーションです。
- CsvTrim.List - com.github.mygreen.supercsv.annotation.conversionの注釈型
-
アノテーションを複数個指定する際の要素です。
- CsvTruncate - com.github.mygreen.supercsv.annotation.conversionの注釈型
-
指定した最大文字長よりも長い場合、先頭から最大文字長分切り取るためのアノテーションです。
- CsvTruncate.List - com.github.mygreen.supercsv.annotation.conversionの注釈型
-
アノテーションを複数個指定する際の要素です。
- CsvUnique - com.github.mygreen.supercsv.annotation.constraintの注釈型
-
値が他の行と異なるか検証するためのアノテーションです。
- CsvUnique.List - com.github.mygreen.supercsv.annotation.constraintの注釈型
-
アノテーションを複数個指定する際の要素です。
- CsvUniqueHashCode - com.github.mygreen.supercsv.annotation.constraintの注釈型
-
値が他の行と異なるか検証するためのアノテーションです。
- CsvUniqueHashCode.List - com.github.mygreen.supercsv.annotation.constraintの注釈型
-
アノテーションを複数個指定する際の要素です。
- CsvUpper - com.github.mygreen.supercsv.annotation.conversionの注釈型
-
英字のアルファベットの小文字を大文字に変換します。
- CsvUpper.List - com.github.mygreen.supercsv.annotation.conversionの注釈型
-
アノテーションを複数個指定する際の要素です。
- CsvValidator<R> - com.github.mygreen.supercsv.validationのインタフェース
-
CSVのレコード(Beanクラス)に対する入力値検証のインタフェース。
- CsvWordForbid - com.github.mygreen.supercsv.annotation.constraintの注釈型
-
禁止語彙を含まないかどうか検証するためのアノテーションです。
- CsvWordForbid.List - com.github.mygreen.supercsv.annotation.constraintの注釈型
-
アノテーションを複数個指定する際の要素です。
- CsvWordReplace - com.github.mygreen.supercsv.annotation.conversionの注釈型
-
語彙に一致した一部の文字列を置換するためのアノテーションです。
- CsvWordReplace.List - com.github.mygreen.supercsv.annotation.conversionの注釈型
-
アノテーションを複数個指定する際の要素です。
- CsvWordRequire - com.github.mygreen.supercsv.annotation.constraintの注釈型
-
指定した語彙を含んでいるかどうか検証するためのアノテーションです。
- CsvWordRequire.List - com.github.mygreen.supercsv.annotation.constraintの注釈型
-
アノテーションを複数個指定する際の要素です。
- CsvWriteStatus - com.github.mygreen.supercsv.ioの列挙
-
CSVの書き込み処理ステータスを表現する列挙型です。
- CustomFunctions - com.github.mygreen.supercsv.expressionのクラス
-
EL式中で利用可なユーティリティ関数。
- CustomFunctions() - クラス のコンストラクタcom.github.mygreen.supercsv.expression.CustomFunctions
-
- GeneralProcessorBuilder<T> - com.github.mygreen.supercsv.builderのクラス
-
不明なタイプの時の汎用のビルダクラス。
- GeneralProcessorBuilder() - クラス のコンストラクタcom.github.mygreen.supercsv.builder.GeneralProcessorBuilder
-
- generateCodes(String, String) - クラス のメソッドcom.github.mygreen.supercsv.validation.MessageCodeGenerator
-
コードの候補を生成する。
- generateCodes(String, String, String, Class<?>) - クラス のメソッドcom.github.mygreen.supercsv.validation.MessageCodeGenerator
-
キーの候補を生成する。
- generateFieldNameCodes(String, String) - クラス のメソッドcom.github.mygreen.supercsv.validation.MessageCodeGenerator
-
フィールド名のキーの候補を生成する。
- generateObjectNameCodes(String) - クラス のメソッドcom.github.mygreen.supercsv.validation.MessageCodeGenerator
-
オブジェクト名のキーの候補を生成する。
- generateParentNameCodes(String, String) - クラス のメソッドcom.github.mygreen.supercsv.validation.MessageCodeGenerator
-
フィールドの親のキーの候補を生成する。
- generateTypeMismatchCodes(String, String, Class<?>) - クラス のメソッドcom.github.mygreen.supercsv.validation.MessageCodeGenerator
-
型変換エラーコードの候補を生成する。
- get(K) - クラス のメソッドcom.github.mygreen.supercsv.expression.ObjectCache
-
- getActualColumnSize() - 例外 のメソッドcom.github.mygreen.supercsv.exception.SuperCsvNoMatchColumnSizeException
-
- getActualHeaders() - 例外 のメソッドcom.github.mygreen.supercsv.exception.SuperCsvNoMatchHeaderException
-
- getAllErrors() - クラス のメソッドcom.github.mygreen.supercsv.validation.CsvBindingErrors
-
全てのエラー情報を取得する。
- getAnnoationComparator() - クラス のメソッドcom.github.mygreen.supercsv.builder.Configuration
-
アノテーションの一定の順序に並び変えるクラスを取得します。
- getAnnotation(Class<A>) - クラス のメソッドcom.github.mygreen.supercsv.builder.FieldAccessor
-
アノテーションのタイプを指定してアノテーションを取得します。
- getAnnotationAttribute(Annotation, String, Class<T>) - クラス のstaticメソッドcom.github.mygreen.supercsv.util.Utils
-
アノテーションの指定した属性値を取得する。
- getAnnotations(Class<A>) - クラス のメソッドcom.github.mygreen.supercsv.builder.FieldAccessor
-
アノテーションのタイプを指定してアノテーション一覧を取得します。
- getAnnotationsByGroup(Class<A>, Class<?>...) - クラス のメソッドcom.github.mygreen.supercsv.builder.FieldAccessor
-
アノテーションのタイプとグループを指定してアノテーションを取得します。
- getAnnotationsByGroup(Class<?>...) - クラス のメソッドcom.github.mygreen.supercsv.builder.FieldAccessor
-
付与されているアノテーションの一覧を取得する。
- getApplicationContext() - クラス のメソッドcom.github.mygreen.supercsv.builder.SpringBeanFactory
-
- getBeanFactory() - クラス のメソッドcom.github.mygreen.supercsv.builder.Configuration
-
Beanを生成するためのFactoryクラスを取得します。
- getBeanMapping() - クラス のメソッドcom.github.mygreen.supercsv.io.AbstractCsvAnnotationBeanReader
-
Beanのマッピング情報を取得します。
- getBeanMapping() - クラス のメソッドcom.github.mygreen.supercsv.io.AbstractCsvAnnotationBeanWriter
-
Beanのマッピング情報を取得します。
- getBeanMapping() - クラス のメソッドcom.github.mygreen.supercsv.io.LazyCsvAnnotationBeanReader
-
Beanのマッピング情報を取得します。
- getBeanMapping() - クラス のメソッドcom.github.mygreen.supercsv.io.LazyCsvAnnotationBeanWriter
-
Beanのマッピング情報を取得します。
- getBeanMapping() - クラス のメソッドcom.github.mygreen.supercsv.validation.ValidationContext
-
- getBindingErrors() - 例外 のメソッドcom.github.mygreen.supercsv.exception.SuperCsvBindingException
-
エラー情報を取得する。
- getBuilderResolver() - クラス のメソッドcom.github.mygreen.supercsv.builder.Configuration
-
- getCategories() - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.conversion.FullChar
-
変換対象の文字の種類を取得します。
- getCategories() - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.conversion.HalfChar
-
変換対象の文字の種類を取得します。
- getCellProcessorForReading() - クラス のメソッドcom.github.mygreen.supercsv.builder.ColumnMapping
-
- getCellProcessorForWriting() - クラス のメソッドcom.github.mygreen.supercsv.builder.ColumnMapping
-
- getCellProcessorsForReading() - クラス のメソッドcom.github.mygreen.supercsv.builder.BeanMapping
-
- getCellProcessorsForReading() - クラス のメソッドcom.github.mygreen.supercsv.io.BeanMappingCache
-
- getCellProcessorsForWriting() - クラス のメソッドcom.github.mygreen.supercsv.builder.BeanMapping
-
- getCellProcessorsForWriting() - クラス のメソッドcom.github.mygreen.supercsv.io.BeanMappingCache
-
- getChilds() - クラス のメソッドcom.github.mygreen.supercsv.builder.ExpandedAnnotation
-
合成されたアノテーションのクラスに付与されたアノテーションを取得する。
- getCodeGenerator() - クラス のメソッドcom.github.mygreen.supercsv.validation.CsvExceptionConverter
-
- getCodes() - クラス のメソッドcom.github.mygreen.supercsv.validation.CsvError
-
メッセージコードの候補を取得する。
- getColumnErrors() - 例外 のメソッドcom.github.mygreen.supercsv.exception.SuperCsvRowException
-
- getColumnMapping(int) - クラス のメソッドcom.github.mygreen.supercsv.builder.BeanMapping
-
指定した列番号を持つカラムのマッピング情報を取得する。
- getColumnMapping(String) - クラス のメソッドcom.github.mygreen.supercsv.builder.BeanMapping
-
指定したカラム名を持つカラムのマッピング情報を取得する。
- getColumnMapping() - クラス のメソッドcom.github.mygreen.supercsv.validation.CsvField
-
カラムのマッピング情報
- getColumnNumber() - クラス のメソッドcom.github.mygreen.supercsv.validation.CsvField
-
フィールドの列番号を取得します。
- getColumns() - クラス のメソッドcom.github.mygreen.supercsv.builder.BeanMapping
-
- getConfiguration() - クラス のメソッドcom.github.mygreen.supercsv.builder.BeanMapping
-
システム情報を取得します。
- getConfiguration() - クラス のメソッドcom.github.mygreen.supercsv.builder.BeanMappingFactory
-
システム情報を取得します。
- getCsvContext() - クラス のメソッドcom.github.mygreen.supercsv.validation.ValidationContext
-
- getCsvMessageInterpolator() - クラス のメソッドcom.github.mygreen.supercsv.validation.beanvalidation.MessageInterpolatorAdapter
-
- getDeclaredClass() - クラス のメソッドcom.github.mygreen.supercsv.builder.FieldAccessor
-
フィールドが定義されているクラス情報を取得する。
- getDefaultFormatter(FieldAccessor, Configuration) - クラス のメソッドcom.github.mygreen.supercsv.builder.AbstractProcessorBuilder
-
文字列とオブジェクトを相互変換する標準のフォーマッタを取得します。
- getDefaultFormatter(FieldAccessor, Configuration) - クラス のメソッドcom.github.mygreen.supercsv.builder.GeneralProcessorBuilder
-
文字列とオブジェクトを相互変換する標準のフォーマッタを取得します。
- getDefaultFormatter(FieldAccessor, Configuration) - クラス のメソッドcom.github.mygreen.supercsv.builder.joda.AbstractJodaProcessorBuilder
-
- getDefaultFormatter(FieldAccessor, Configuration) - クラス のメソッドcom.github.mygreen.supercsv.builder.standard.AbstractDateProcessorBuilder
-
日時のフォーマッタを作成する。
- getDefaultFormatter(FieldAccessor, Configuration) - クラス のメソッドcom.github.mygreen.supercsv.builder.standard.AbstractNumberProcessorBuilder
-
- getDefaultFormatter(FieldAccessor, Configuration) - クラス のメソッドcom.github.mygreen.supercsv.builder.standard.BooleanProcessorBuilder
-
- getDefaultFormatter(FieldAccessor, Configuration) - クラス のメソッドcom.github.mygreen.supercsv.builder.standard.CalendarProcessorBuilder
-
- getDefaultFormatter(FieldAccessor, Configuration) - クラス のメソッドcom.github.mygreen.supercsv.builder.standard.CharacterProcessorBuilder
-
- getDefaultFormatter(FieldAccessor, Configuration) - クラス のメソッドcom.github.mygreen.supercsv.builder.standard.EnumProcessorBuilder
-
- getDefaultFormatter(FieldAccessor, Configuration) - クラス のメソッドcom.github.mygreen.supercsv.builder.standard.StringProcessorBuilder
-
- getDefaultFormatter(FieldAccessor, Configuration) - クラス のメソッドcom.github.mygreen.supercsv.builder.time.AbstractTemporalProcessorBuilder
-
- getDefaultMessage() - クラス のメソッドcom.github.mygreen.supercsv.validation.CsvError
-
デフォルトメッセージを取得する。
- getDefaultPattern() - クラス のメソッドcom.github.mygreen.supercsv.builder.joda.AbstractJodaProcessorBuilder
-
変換規則用のアノテーションが定義されていないときの標準の書式を取得する。
- getDefaultPattern() - クラス のメソッドcom.github.mygreen.supercsv.builder.joda.DateTimeProcessorBuilder
-
yyyy-MM-dd HH:mm:ssZZを返す。
- getDefaultPattern() - クラス のメソッドcom.github.mygreen.supercsv.builder.joda.LocalDateProcessorBuilder
-
yyyy-MM-ddを返す。
- getDefaultPattern() - クラス のメソッドcom.github.mygreen.supercsv.builder.joda.LocalDateTimeProcessorBuilder
-
yyyy-MM-dd HH:mm:ssを返す。
- getDefaultPattern() - クラス のメソッドcom.github.mygreen.supercsv.builder.joda.LocalTimeProcessorBuilder
-
HH:mm:ssを返す。
- getDefaultPattern() - クラス のメソッドcom.github.mygreen.supercsv.builder.joda.MonthDayProcessorBuilder
-
MM-ddを返す。
- getDefaultPattern() - クラス のメソッドcom.github.mygreen.supercsv.builder.joda.YearMonthProcessorBuilder
-
yyyy-MMを返す。
- getDefaultPattern() - クラス のメソッドcom.github.mygreen.supercsv.builder.standard.AbstractDateProcessorBuilder
-
変換規則用のアノテーションが定義されていないときの標準の書式を取得する。
- getDefaultPattern() - クラス のメソッドcom.github.mygreen.supercsv.builder.standard.DateProcessorBuilder
-
標準の書式を取得する。
- getDefaultPattern() - クラス のメソッドcom.github.mygreen.supercsv.builder.standard.SqlDateProcessorBuilder
-
標準の書式を取得する。
- getDefaultPattern() - クラス のメソッドcom.github.mygreen.supercsv.builder.standard.TimeProcessorBuilder
-
標準の書式を取得する。
- getDefaultPattern() - クラス のメソッドcom.github.mygreen.supercsv.builder.standard.TimestampProcessorBuilder
-
標準の書式を取得する。
- getDefaultPattern() - クラス のメソッドcom.github.mygreen.supercsv.builder.time.AbstractTemporalProcessorBuilder
-
変換規則用のアノテーションが定義されていないときの標準の書式を取得する。
- getDefaultPattern() - クラス のメソッドcom.github.mygreen.supercsv.builder.time.LocalDateProcessorBuilder
-
uuuu-MM-ddを返す。
- getDefaultPattern() - クラス のメソッドcom.github.mygreen.supercsv.builder.time.LocalDateTimeProcessorBuilder
-
uuuu-MM-dd HH:mm:ssを返す。
- getDefaultPattern() - クラス のメソッドcom.github.mygreen.supercsv.builder.time.LocalTimeProcessorBuilder
-
HH:mm:ssを返す。
- getDefaultPattern() - クラス のメソッドcom.github.mygreen.supercsv.builder.time.MonthDayProcessorBuilder
-
MM-ddを返す。
- getDefaultPattern() - クラス のメソッドcom.github.mygreen.supercsv.builder.time.OffsetDateTimeProcessorBuilder
-
uuuu-MM-dd HH:mm:ssxxxを返す。
- getDefaultPattern() - クラス のメソッドcom.github.mygreen.supercsv.builder.time.OffsetTimeProcessorBuilder
-
HH:mm:ssxxxを返す。
- getDefaultPattern() - クラス のメソッドcom.github.mygreen.supercsv.builder.time.YearMonthProcessorBuilder
-
uuuu-MMを返す。
- getDefaultPattern() - クラス のメソッドcom.github.mygreen.supercsv.builder.time.YearProcessorBuilder
-
uuuuを返す。
- getDefaultPattern() - クラス のメソッドcom.github.mygreen.supercsv.builder.time.ZonedDateTimeProcessorBuilder
-
uuuu-MM-dd HH:mm:ssxxx'['VV']'を返す。
- getDefaultValidationMessage() - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.ValidationCellProcessor
-
標準の検証用のメッセージを取得する。
- getDefinedHeader() - クラス のメソッドcom.github.mygreen.supercsv.io.AbstractCsvAnnotationBeanReader
-
Beanクラスを元に作成したヘッダー情報を取得する。
- getDefinedHeader() - クラス のメソッドcom.github.mygreen.supercsv.io.AbstractCsvAnnotationBeanWriter
-
Beanクラスを元に作成したヘッダー情報を取得する。
- getDefinedHeader() - クラス のメソッドcom.github.mygreen.supercsv.io.LazyCsvAnnotationBeanReader
-
Beanクラスを元に作成したヘッダー情報を取得する。
- getDefinedHeader() - クラス のメソッドcom.github.mygreen.supercsv.io.LazyCsvAnnotationBeanWriter
-
Beanクラスを元に作成したヘッダー情報を取得する。
- getDescription() - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.constraint.Pattern
-
- getEncoding() - クラス のメソッドcom.github.mygreen.supercsv.localization.EncodingControl
-
設定されている文字コードを取得します。
- getEntrySet() - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.ConstraintProcessorHandler
-
- getEntrySet() - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.ConversionProcessorHandler
-
- getEntrySetForConsraint() - クラス のメソッドcom.github.mygreen.supercsv.builder.AbstractProcessorBuilder
-
登録している検証用のアノテーションとそのファクトリクラスの情報を取得します。
- getEntrySetForConversion() - クラス のメソッドcom.github.mygreen.supercsv.builder.AbstractProcessorBuilder
-
登録している変換用のアノテーションとそのファクトリクラスの情報を取得します。
- getEpxpectedColumnSize() - 例外 のメソッドcom.github.mygreen.supercsv.exception.SuperCsvNoMatchColumnSizeException
-
- getEqualedValues(FieldAccessor) - インタフェース のメソッドcom.github.mygreen.supercsv.cellprocessor.constraint.EqualedValueProvider
-
比較対象の値を取得します。
- getEqualedValues() - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.constraint.Equals
-
値のプロバイダを取得する。
- getErrorMessages() - クラス のメソッドcom.github.mygreen.supercsv.io.AbstractCsvAnnotationBeanReader
-
エラーメッセージを取得します。
- getErrorMessages() - クラス のメソッドcom.github.mygreen.supercsv.io.AbstractCsvAnnotationBeanWriter
-
エラーメッセージを取得します。
- getExceptionConverter() - クラス のメソッドcom.github.mygreen.supercsv.io.AbstractCsvAnnotationBeanReader
-
処理中に発生した例外をメッセージに変換するクラスを取得します。
- getExceptionConverter() - クラス のメソッドcom.github.mygreen.supercsv.io.AbstractCsvAnnotationBeanWriter
-
処理中に発生した例外をメッセージに変換するクラスを取得します。
- getExpectedHeaders() - 例外 のメソッドcom.github.mygreen.supercsv.exception.SuperCsvNoMatchHeaderException
-
- getExpression() - 例外 のメソッドcom.github.mygreen.supercsv.expression.ExpressionEvaluationException
-
評価に失敗した式を取得する。
- getExpressionLanguage() - クラス のメソッドcom.github.mygreen.supercsv.localization.MessageInterpolator
-
EL式を解析する実装クラスを取得する。
- getField() - クラス のメソッドcom.github.mygreen.supercsv.builder.ColumnMapping
-
フィールド情報を取得します。
- getField() - クラス のメソッドcom.github.mygreen.supercsv.validation.CsvFieldError
-
フィールド名を取得する。
- getFieldErrorCount() - クラス のメソッドcom.github.mygreen.supercsv.validation.CsvBindingErrors
-
フィールドエラーの件数を取得する。
- getFieldErrorCount(String) - クラス のメソッドcom.github.mygreen.supercsv.validation.CsvBindingErrors
-
指定したパスのフィィールドエラーの件数を取得する。
- getFieldErrors() - クラス のメソッドcom.github.mygreen.supercsv.validation.CsvBindingErrors
-
フィールドエラーを取得する
- getFieldErrors(String) - クラス のメソッドcom.github.mygreen.supercsv.validation.CsvBindingErrors
-
パスを指定してフィールドエラーを取得する
- getFieldErrors(CsvBindingErrors) - クラス のメソッドcom.github.mygreen.supercsv.validation.CsvField
-
フィールドのエラー情報を取得する。
- getFirstFieldError() - クラス のメソッドcom.github.mygreen.supercsv.validation.CsvBindingErrors
-
先頭のフィールドエラーを取得する
- getFirstFieldError(String) - クラス のメソッドcom.github.mygreen.supercsv.validation.CsvBindingErrors
-
パスを指定して先頭のフィールドエラーを取得する
- getFirstGlobalError() - クラス のメソッドcom.github.mygreen.supercsv.validation.CsvBindingErrors
-
先頭のグローバルエラーを取得する。
- getFlags() - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.constraint.Pattern
-
- getFlags() - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.conversion.RegexReplace
-
- getForbiddenWords(FieldAccessor) - インタフェース のメソッドcom.github.mygreen.supercsv.cellprocessor.constraint.ForbiddenWordProvider
-
語彙の一覧を取得します。
- getFormatter(FieldAccessor, Configuration) - クラス のメソッドcom.github.mygreen.supercsv.builder.AbstractProcessorBuilder
-
文字列とオブジェクトを相互変換するフォーマッタを取得します。
- getFormatter() - クラス のメソッドcom.github.mygreen.supercsv.builder.ColumnMapping
-
フィールドのオブジェクトに対するフォーマッタ。
- getGlobalErrorCount() - クラス のメソッドcom.github.mygreen.supercsv.validation.CsvBindingErrors
-
グローバルエラーの件数を取得する
- getGlobalErrors() - クラス のメソッドcom.github.mygreen.supercsv.validation.CsvBindingErrors
-
グローバルエラーを取得する
- getGroups() - クラス のメソッドcom.github.mygreen.supercsv.builder.BeanMapping
-
- getHeader() - クラス のメソッドcom.github.mygreen.supercsv.builder.BeanMapping
-
カラムのヘッダー一覧を取得する。
- getHeader() - クラス のメソッドcom.github.mygreen.supercsv.io.BeanMappingCache
-
- getHeader(boolean) - クラス のメソッドcom.github.mygreen.supercsv.io.CsvAnnotationBeanReader
- getHeaderMapper() - クラス のメソッドcom.github.mygreen.supercsv.builder.BeanMapping
-
カラムに対するヘッダー情報を取得するためのマッパーを取得する。
- getIndex() - クラス のメソッドcom.github.mygreen.supercsv.builder.ExpandedAnnotation
-
繰り返しのアノテーションの場合のインデックス番号を取得する。
- getJexlEngine() - クラス のメソッドcom.github.mygreen.supercsv.expression.ExpressionLanguageJEXLImpl
-
JexlEngine
を取得する。
- getLabel() - クラス のメソッドcom.github.mygreen.supercsv.builder.ColumnMapping
-
ラベル情報を取得します。
- getLabel() - クラス のメソッドcom.github.mygreen.supercsv.validation.CsvField
-
フィールドのラベルを取得します。
- getListeners() - クラス のメソッドcom.github.mygreen.supercsv.builder.BeanMapping
-
- getLocale(String) - クラス のstaticメソッドcom.github.mygreen.supercsv.util.Utils
-
文字列形式のロケールをオブジェクトに変換する。
- getMathContext() - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.format.SimpleNumberFormatter
-
パースする際の数値の丸め方法の指定情報を取得します。
- getMax() - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.constraint.DateTimeMax
-
- getMax() - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.constraint.DateTimeRange
-
- getMax() - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.constraint.LengthBetween
-
- getMax() - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.constraint.LengthMax
-
- getMax() - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.constraint.NumberMax
-
- getMax() - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.constraint.NumberRange
-
- getMaxSize() - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.conversion.Truncate
-
最大文字長を取得する。
- getMessage(String) - インタフェース のメソッドcom.github.mygreen.supercsv.localization.MessageResolver
-
コードを指定してメッセージを取得する。
- getMessage(String) - クラス のメソッドcom.github.mygreen.supercsv.localization.PropertiesMessageResolver
-
コードを指定してメッセージを取得する。
- getMessage(String) - クラス のメソッドcom.github.mygreen.supercsv.localization.ResourceBundleMessageResolver
-
コードを指定してメッセージを取得する。
- getMessage(String) - クラス のメソッドcom.github.mygreen.supercsv.localization.SpringMessageResolver
-
コードを指定してメッセージを取得する。
- getMessageCodeGenerator() - クラス のメソッドcom.github.mygreen.supercsv.validation.CsvBindingErrors
-
- getMessageInterpolator() - クラス のメソッドcom.github.mygreen.supercsv.validation.CsvExceptionConverter
-
- getMessageResolver() - クラス のメソッドcom.github.mygreen.supercsv.validation.beanvalidation.MessageInterpolatorAdapter
-
- getMessageResolver() - クラス のメソッドcom.github.mygreen.supercsv.validation.CsvExceptionConverter
-
- getMessageSourceAccessor() - クラス のメソッドcom.github.mygreen.supercsv.localization.SpringMessageResolver
-
メッセージソースを取得する。
- getMessageVariables() - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.format.BooleanFormatter
-
- getMessageVariables() - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.format.DateFormatWrapper
-
- getMessageVariables() - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.format.EnumFormatter
-
- getMessageVariables() - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.format.JodaFormatWrapper
-
- getMessageVariables() - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.format.NumberFormatWrapper
-
- getMessageVariables() - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.format.SimpleNumberFormatter
-
- getMessageVariables() - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.format.TemporalFormatWrapper
-
- getMessageVariables() - インタフェース のメソッドcom.github.mygreen.supercsv.cellprocessor.format.TextParser
-
パース時のエラーメッセージ中の変数を取得します。
- getMessageVariables() - 例外 のメソッドcom.github.mygreen.supercsv.exception.SuperCsvValidationException
-
検証用のメッセージ変数を取得する。
- getMin() - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.constraint.DateTimeMin
-
- getMin() - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.constraint.DateTimeRange
-
- getMin() - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.constraint.LengthBetween
-
- getMin() - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.constraint.LengthMin
-
- getMin() - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.constraint.NumberMin
-
- getMin() - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.constraint.NumberRange
-
- getName() - クラス のメソッドcom.github.mygreen.supercsv.builder.ColumnMapping
-
カラムの名称を取得する。
- getName() - クラス のメソッドcom.github.mygreen.supercsv.builder.FieldAccessor
-
フィールドの名称を取得する。
- getName() - クラス のメソッドcom.github.mygreen.supercsv.validation.CsvField
-
フィールドの名称を取得します。
- getNameMapping() - クラス のメソッドcom.github.mygreen.supercsv.builder.BeanMapping
-
フィールド名の一覧を取得する。
- getNameMapping() - クラス のメソッドcom.github.mygreen.supercsv.io.BeanMappingCache
-
- getNameWithClass() - クラス のメソッドcom.github.mygreen.supercsv.builder.FieldAccessor
-
クラス名付きのフィールド名称を取得する。
- getNumber() - クラス のメソッドcom.github.mygreen.supercsv.builder.ColumnMapping
-
カラムの番号を取得します。
- getObjectName() - クラス のメソッドcom.github.mygreen.supercsv.validation.CsvBindingErrors
-
オブジェクト名の取得
- getObjectName() - クラス のメソッドcom.github.mygreen.supercsv.validation.CsvError
-
オブジェクト名の取得。
- getOriginal() - クラス のメソッドcom.github.mygreen.supercsv.builder.ExpandedAnnotation
-
元のアノテーションを取得する。
- getOriginal() - クラス のメソッドcom.github.mygreen.supercsv.io.BeanMappingCache
-
キャッシュ元のデータを取得する。
- getPadChar() - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.conversion.LeftPad
-
パディングする文字を取得します。
- getPadChar() - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.conversion.MultiPad
-
パディング文字を取得する。
- getPadChar() - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.conversion.RightPad
-
パディングする文字を取得します。
- getPaddingProcessor() - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.conversion.MultiPad
-
パディング処理の実装を取得する。
- getPadSize() - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.conversion.LeftPad
-
パディングするサイズを取得します。
- getPadSize() - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.conversion.RightPad
-
パディングするサイズを取得します。
- getParser() - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.format.ParseProcessor
-
設定されている文字列のパーサを取得します。
- getPattern(FieldAccessor) - クラス のメソッドcom.github.mygreen.supercsv.builder.joda.AbstractJodaProcessorBuilder
-
- getPattern(FieldAccessor) - クラス のメソッドcom.github.mygreen.supercsv.builder.time.AbstractTemporalProcessorBuilder
-
- getPattern() - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.format.DateFormatWrapper
-
- getPattern() - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.format.JodaFormatWrapper
-
- getPattern() - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.format.NumberFormatWrapper
-
- getPattern() - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.format.TemporalFormatWrapper
-
- getPattern() - インタフェース のメソッドcom.github.mygreen.supercsv.cellprocessor.format.TextParser
-
書式を取得します。
- getPostReadMethods() - クラス のメソッドcom.github.mygreen.supercsv.builder.BeanMapping
-
- getPostWriteMethods() - クラス のメソッドcom.github.mygreen.supercsv.builder.BeanMapping
-
- getPrefix() - クラス のメソッドcom.github.mygreen.supercsv.validation.MessageCodeGenerator
-
- getPreReadMethods() - クラス のメソッドcom.github.mygreen.supercsv.builder.BeanMapping
-
- getPreWriteMethods() - クラス のメソッドcom.github.mygreen.supercsv.builder.BeanMapping
-
- getPrimitiveDefaultValue(Class<?>) - クラス のstaticメソッドcom.github.mygreen.supercsv.util.Utils
-
プリミティブ型の初期値を取得する。
- getPrinter() - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.constraint.DateTimeMax
-
- getPrinter() - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.constraint.DateTimeMin
-
- getPrinter() - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.constraint.DateTimeRange
-
- getPrinter() - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.constraint.Equals
-
フォーマッタを取得する
- getPrinter() - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.constraint.NumberMax
-
- getPrinter() - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.constraint.NumberMin
-
- getPrinter() - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.constraint.NumberRange
-
- getPrinter() - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.constraint.Unique
-
- getPrinter() - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.constraint.UniqueHashCode
-
- getProcessingErrors() - 例外 のメソッドcom.github.mygreen.supercsv.exception.SuperCsvBindingException
-
CellProcessor内で発生したエラー情報を取得する。
- getProperties() - クラス のメソッドcom.github.mygreen.supercsv.localization.PropertiesMessageResolver
-
- getRegex() - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.constraint.Pattern
-
- getRegex() - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.conversion.RegexReplace
-
- getRejectedValue() - 例外 のメソッドcom.github.mygreen.supercsv.exception.SuperCsvValidationException
-
検証に失敗した値を取得する。
- getReplacedWords(FieldAccessor) - インタフェース のメソッドcom.github.mygreen.supercsv.cellprocessor.conversion.ReplacedWordProvider
-
語彙の一覧を取得する。
- getReplacement() - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.conversion.RegexReplace
-
- getReplacement() - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.conversion.ReplacedWordProvider.Word
-
置換後の文字列を返します。
- getRequiredLengths() - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.constraint.LengthExact
-
比較対象の文字長の候補を取得する。
- getRequiredWords(FieldAccessor) - インタフェース のメソッドcom.github.mygreen.supercsv.cellprocessor.constraint.RequiredWordProvider
-
語彙の一覧を取得する。
- getReturnValue() - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.conversion.DefaultValue
-
置換する値を取得する。
- getSelectorMethod() - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.format.EnumFormatter
-
- getSize() - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.conversion.MultiPad
-
パディングのサイズを取得する。
- getSuffix() - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.conversion.Truncate
-
接尾語を取得する
- getTargetAnnotation() - 例外 のメソッドcom.github.mygreen.supercsv.exception.SuperCsvInvalidAnnotationException
-
エラーの元となったアノテーションを取得する。
- getTargetObject() - 例外 のメソッドcom.github.mygreen.supercsv.cellprocessor.format.TextPrintException
-
フォーマットに失敗したオブジェクトの値を取得する。
- getTargetText() - 例外 のメソッドcom.github.mygreen.supercsv.cellprocessor.format.TextParseException
-
パース対象の文字列を取得する。
- getTargetValidator() - クラス のメソッドcom.github.mygreen.supercsv.validation.beanvalidation.CsvBeanValidator
-
BeanValidationのValidatorを取得する。
- getTokens() - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.conversion.NullConvert
-
比較対象の値
- getToObjectMap() - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.format.EnumFormatter
-
- getToStringMap() - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.format.EnumFormatter
-
- getToType() - 例外 のメソッドcom.github.mygreen.supercsv.cellprocessor.format.TextParseException
-
パース先のクラスタイプを取得する。
- getTrimChar() - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.conversion.OneSideTrim
-
トリム対象の文字を取得する
- getType() - クラス のメソッドcom.github.mygreen.supercsv.builder.BeanMapping
-
- getType() - クラス のメソッドcom.github.mygreen.supercsv.builder.FieldAccessor
-
フィールドのタイプを取得する。
- getType() - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.format.EnumFormatter
-
- getType() - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.format.ParseProcessor
-
変換対象のクラスタイプを取得します。
- getType() - クラス のメソッドcom.github.mygreen.supercsv.validation.CsvField
-
フィールドのークラスタイプを取得します。
- getTypeMismatchCode() - クラス のメソッドcom.github.mygreen.supercsv.validation.MessageCodeGenerator
-
- getTypeName() - クラス のメソッドcom.github.mygreen.supercsv.builder.FieldAccessor
-
フィールドのタイプのクラス名称を取得する。
- getValidationContext() - クラス のメソッドcom.github.mygreen.supercsv.validation.CsvField
-
入力値検証の情報
- getValidationMessage() - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.format.AbstractTextFormatter
-
- getValidationMessage() - インタフェース のメソッドcom.github.mygreen.supercsv.cellprocessor.format.TextParser
-
パース時のエラーメッセージを取得します。
- getValidationMessage() - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.ValidationCellProcessor
-
検証エラー時のメッセージを取得します。
- getValidationMessage() - 例外 のメソッドcom.github.mygreen.supercsv.exception.SuperCsvValidationException
-
検証用のメッセージを取得する。
- getValidators() - クラス のメソッドcom.github.mygreen.supercsv.builder.BeanMapping
-
- getValidators() - クラス のメソッドcom.github.mygreen.supercsv.io.AbstractCsvAnnotationBeanReader
-
レコードの値を検証するValidatorを取得します。
- getValidators() - クラス のメソッドcom.github.mygreen.supercsv.io.AbstractCsvAnnotationBeanWriter
-
レコードの値を検証するValidatorを取得します。
- getValidators() - クラス のメソッドcom.github.mygreen.supercsv.validation.CsvField
-
フィールドのValidatorの一覧を取得する。
- getValue() - 列挙 のメソッドcom.github.mygreen.supercsv.annotation.PatternFlag
-
- getValue(Object) - クラス のメソッドcom.github.mygreen.supercsv.builder.FieldAccessor
-
フィールドの値を取得する。
- getValue() - 例外 のメソッドcom.github.mygreen.supercsv.localization.MessageParseException
-
value を取得する
- getValue() - クラス のメソッドcom.github.mygreen.supercsv.validation.CsvField
-
フィールドの値を取得します。
- getVariables() - 例外 のメソッドcom.github.mygreen.supercsv.expression.ExpressionEvaluationException
-
評価に失敗した変数のマップを取得する。
- getVariables() - クラス のメソッドcom.github.mygreen.supercsv.validation.CsvError
-
メッセージ変数を取得する。
- getWord() - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.conversion.ReplacedWordProvider.Word
-
置換対象の語彙を取得する。
- getWords() - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.constraint.WordForbid
-
禁止語彙を取得する。
- getWords() - クラス のメソッドcom.github.mygreen.supercsv.cellprocessor.constraint.WordRequire
-
必須語彙のを取得する。