ナビゲーション・リンクをスキップ
XlsMapper 2.2
A B C D E F G H I J K L M N O P Q R S T U V W X 

A

A1 - クラス のstatic変数com.gh.mygreen.xlsmapper.util.CellPosition
シート上の先頭の位置を表現するための定数。
AbstractArrayFieldValidator<E> - com.gh.mygreen.xlsmapper.validation.fieldvalidationのクラス
フィールドの値を検証するための抽象クラス。
AbstractArrayFieldValidator() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.validation.fieldvalidation.AbstractArrayFieldValidator
 
AbstractDateCellConverter<T extends Date> - com.gh.mygreen.xlsmapper.cellconverter.implのクラス
日時型のConverterの抽象クラス。
AbstractDateCellConverter(FieldAccessor, Configuration) - クラス のコンストラクタcom.gh.mygreen.xlsmapper.cellconverter.impl.AbstractDateCellConverter
 
AbstractDateCellConverterFactory<T extends Date> - com.gh.mygreen.xlsmapper.cellconverter.implのクラス
Dateまたは、その子クラスに対するCellConverterFactoryのベースクラス。
AbstractDateCellConverterFactory() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.cellconverter.impl.AbstractDateCellConverterFactory
 
AbstractFieldProcessor<A extends Annotation> - com.gh.mygreen.xlsmapper.fieldprocessorのクラス
各種アノテーションを処理するためのクラスの抽象クラス。
AbstractFieldProcessor() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.fieldprocessor.AbstractFieldProcessor
 
AbstractFieldValidator<T> - com.gh.mygreen.xlsmapper.validation.fieldvalidationのクラス
フィールドの値を検証するための抽象クラス。
AbstractFieldValidator() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.validation.fieldvalidation.AbstractFieldValidator
 
AbstractNumberCellConverter<T extends Number> - com.gh.mygreen.xlsmapper.cellconverter.implのクラス
数値型のConverterの抽象クラス。
AbstractNumberCellConverter(FieldAccessor, Configuration) - クラス のコンストラクタcom.gh.mygreen.xlsmapper.cellconverter.impl.AbstractNumberCellConverter
 
AbstractNumberCellConverterFactory<T extends Number> - com.gh.mygreen.xlsmapper.cellconverter.implのクラス
数値型のCellConverterを作成するためのベースクラス。
AbstractNumberCellConverterFactory() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.cellconverter.impl.AbstractNumberCellConverterFactory
 
AbstractTemporalCellConverter<T extends TemporalAccessor & Comparable<? super T>> - com.gh.mygreen.xlsmapper.cellconverter.implのクラス
JSR-310 'Date and Time API' のTemporalAccessorのテンプレートクラス。
AbstractTemporalCellConverter(FieldAccessor, Configuration) - クラス のコンストラクタcom.gh.mygreen.xlsmapper.cellconverter.impl.AbstractTemporalCellConverter
 
AbstractTemporalCellConverterFactory<T extends TemporalAccessor & Comparable<? super T>> - com.gh.mygreen.xlsmapper.cellconverter.implのクラス
TemporalAccessorの子クラスに対するCellConverterFactoryのベースクラス。
AbstractTemporalCellConverterFactory() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.cellconverter.impl.AbstractTemporalCellConverterFactory
 
add(PropertyPath.Token) - クラス のメソッドcom.gh.mygreen.xlsmapper.util.PropertyPath
トークンを追加する。
add(ArrayFieldValidator<E>) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.ArrayCellField
ArrayFieldValidator を追加する。
add(FieldValidator<T>) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.CellField
FieldValidator を追加する。
add(List<FieldValidator<T>>) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.CellField
複数のFieldValidator を追加する。
addAllErrors(Collection<ObjectError>) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.SheetBindingErrors
エラー情報を全て追加する。
addAllMessageVars(Map<String, Object>) - 例外 のメソッドcom.gh.mygreen.xlsmapper.cellconverter.TypeBindException
 
addAnnotationInfo(AnnotationInfo) - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.bind.ClassInfo
アノテーション情報を追加する。
addAnnotationInfo(AnnotationInfo) - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.bind.FieldInfo
アノテーション情報を追加する。
addAnnotationInfo(AnnotationInfo) - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.bind.MethodInfo
アノテーション情報を追加する。
addAttribute(String, String) - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.bind.AnnotationInfo
アノテーションの属性を追加する。
addBindingErrors(SheetBindingErrors<P>) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.MultipleSheetBindingErrors
マッピング結果を追加する。
addClassInfo(ClassInfo) - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.bind.AnnotationMappingInfo
クラス情報を追加する。
addClassInfos(Collection<ClassInfo>) - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.bind.AnnotationMappingInfo
複数のクラス上方を追加する。
addColumn(int) - クラス のメソッドcom.gh.mygreen.xlsmapper.util.CellPosition
列番号に指定した値を加算する。
addError(ObjectError) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.SheetBindingErrors
エラー情報を追加する
addFieldInfo(FieldInfo) - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.bind.ClassInfo
フィールド情報を追加する。
addGroup(Class<?>...) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.AbstractArrayFieldValidator
バリデーション時のヒントを追加する。
addGroup(Class<?>...) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.AbstractFieldValidator
バリデーション時のヒントを追加する。
addGroup(Class<?>...) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.GroupValidatorSupport
バリデーション時のヒントを追加する。
addGroup(Class<?>...) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.impl.ArraySizeValidator
 
addGroup(Class<?>...) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.impl.LengthBetweenValidator
 
addGroup(Class<?>...) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.impl.LengthExactValidator
 
addGroup(Class<?>...) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.impl.LengthMaxValidator
 
addGroup(Class<?>...) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.impl.LengthMinValidator
 
addGroup(Class<?>...) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.impl.MaxValidator
 
addGroup(Class<?>...) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.impl.MinValidator
 
addGroup(Class<?>...) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.impl.PatternValidator
 
addGroup(Class<?>...) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.impl.RangeValidator
 
addListWithIndex(List<P>, P, int) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.Utils
リストに要素のインデックスを指定して追加します。
addMessageVar(String, Object) - 例外 のメソッドcom.gh.mygreen.xlsmapper.cellconverter.TypeBindException
 
addMethodInfo(MethodInfo) - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.bind.ClassInfo
メソッド情報を追加する。
addNeedPostProcess(NeedProcess) - クラス のメソッドcom.gh.mygreen.xlsmapper.LoadingWorkObject
 
addNeedPostProcess(NeedProcess) - クラス のメソッドcom.gh.mygreen.xlsmapper.SavingWorkObject
 
addResourceBundle(ResourceBundle) - クラス のメソッドcom.gh.mygreen.xlsmapper.localization.ResourceBundleMessageResolver
メッセージソースを追加します。
address(CellPosition) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.FieldErrorBuilder
セルのアドレス情報を設定します。
address(Optional<CellPosition>) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.FieldErrorBuilder
セルのアドレス情報を設定します。
address(CellPosition) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.InternalFieldErrorBuilder
 
address(Optional<CellPosition>) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.InternalFieldErrorBuilder
 
addRow(int) - クラス のメソッドcom.gh.mygreen.xlsmapper.util.CellPosition
行番号に指定した値を加算する。
addStrippedPropertyPaths(List<String>, String, String) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.FieldFormatterRegistry
パスからリストのインデックス([1])やマップのキー([key])を除去したものを構成する。
addTypeBindError(TypeBindException, Cell, String, String) - クラス のメソッドcom.gh.mygreen.xlsmapper.LoadingWorkObject
型変換エラーを追加します。
addTypeBindError(TypeBindException, CellPosition, String, String) - クラス のメソッドcom.gh.mygreen.xlsmapper.LoadingWorkObject
型変換エラーを追加します。
addTypeBindError(TypeBindException, Cell, String, String) - クラス のメソッドcom.gh.mygreen.xlsmapper.SavingWorkObject
型変換エラーを追加します。
addTypeBindError(TypeBindException, CellPosition, String, String) - クラス のメソッドcom.gh.mygreen.xlsmapper.SavingWorkObject
型変換エラーを追加します。
afterPropertiesSet() - クラス のメソッドcom.gh.mygreen.xlsmapper.SpringBeanFactory
 
AllAllowMemberAccess - com.gh.mygreen.xlsmapper.xmlのクラス
全ての修飾子のメンバーにアクセス可能なMemberAccess。
AllAllowMemberAccess() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.xml.AllAllowMemberAccess
 
annotation(AnnotationInfo) - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.bind.ClassInfo.Builder
クラスに対するアノテーション情報を追加する。
annotation(AnnotationInfo) - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.bind.FieldInfo.Builder
フィールドに対するアノテーション情報を追加する。
annotation(AnnotationInfo) - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.bind.MethodInfo.Builder
メソッドに対するアノテーション情報を追加する。
AnnotationInfo - com.gh.mygreen.xlsmapper.xml.bindのクラス
XMLのアノテーション情報を保持する。
AnnotationInfo() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.xml.bind.AnnotationInfo
 
AnnotationInfo.AttributeInfo - com.gh.mygreen.xlsmapper.xml.bindのクラス
アノテーションの属性情報を保持するクラス。
AnnotationInfo.Builder - com.gh.mygreen.xlsmapper.xml.bindのクラス
AnnotationInfoを組み立てるためのクラス。
AnnotationInvalidException - com.gh.mygreen.xlsmapperの例外
使い方やパラメータが間違っているアノテーション付与された場合にスローする例外。
AnnotationInvalidException(String) - 例外 のコンストラクタcom.gh.mygreen.xlsmapper.AnnotationInvalidException
 
AnnotationInvalidException(Annotation, String) - 例外 のコンストラクタcom.gh.mygreen.xlsmapper.AnnotationInvalidException
 
AnnotationInvalidException(Annotation, String, Exception) - 例外 のコンストラクタcom.gh.mygreen.xlsmapper.AnnotationInvalidException
 
AnnotationMappingInfo - com.gh.mygreen.xlsmapper.xml.bindのクラス
XMLで定義したアノテーションの設定情報。
AnnotationMappingInfo() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.xml.bind.AnnotationMappingInfo
 
AnnotationMappingInfo.Builder - com.gh.mygreen.xlsmapper.xml.bindのクラス
AnnotationMappingInfoを組み立てるためのクラス。
AnnotationReader - com.gh.mygreen.xlsmapper.xmlのクラス
フィールド、メソッドのアノテーションへアクセスするためのクラス。
AnnotationReader(AnnotationMappingInfo) - クラス のコンストラクタcom.gh.mygreen.xlsmapper.xml.AnnotationReader
XMLで定義した情報を指定するコンストラクタ。
AnnotationReadException - com.gh.mygreen.xlsmapper.xmlの例外
アノテーションをXMLから読み込み込む際に失敗した場合にスローする例外。
AnnotationReadException(Throwable) - 例外 のコンストラクタcom.gh.mygreen.xlsmapper.xml.AnnotationReadException
 
AnnotationReadException(String, Throwable) - 例外 のコンストラクタcom.gh.mygreen.xlsmapper.xml.AnnotationReadException
 
annotationType() - クラス のメソッドcom.gh.mygreen.xlsmapper.annotation.XlsHorizontalRecordsForIterateTables
 
annotationType() - クラス のメソッドcom.gh.mygreen.xlsmapper.annotation.XlsLabelledArrayCellsForIterateTable
 
annotationType() - クラス のメソッドcom.gh.mygreen.xlsmapper.annotation.XlsLabelledCellForIterateTable
 
annotationType() - クラス のメソッドcom.gh.mygreen.xlsmapper.annotation.XlsLabelledCommentForIterateTable
 
annotationType() - クラス のメソッドcom.gh.mygreen.xlsmapper.annotation.XlsVerticalRecordsForIterateTables
 
append(String) - クラス のメソッドcom.gh.mygreen.xlsmapper.util.IsEmptyBuilder
String型の値を追加する。
append(String, boolean) - クラス のメソッドcom.gh.mygreen.xlsmapper.util.IsEmptyBuilder
String型の値を追加する。
append(char) - クラス のメソッドcom.gh.mygreen.xlsmapper.util.IsEmptyBuilder
char型の値を追加する。
append(char, boolean) - クラス のメソッドcom.gh.mygreen.xlsmapper.util.IsEmptyBuilder
char型の値を追加する。
append(boolean) - クラス のメソッドcom.gh.mygreen.xlsmapper.util.IsEmptyBuilder
boolean型の値を追加する。
append(byte) - クラス のメソッドcom.gh.mygreen.xlsmapper.util.IsEmptyBuilder
byte型の値を追加する。
append(short) - クラス のメソッドcom.gh.mygreen.xlsmapper.util.IsEmptyBuilder
short型の値を追加する。
append(int) - クラス のメソッドcom.gh.mygreen.xlsmapper.util.IsEmptyBuilder
int型の値を追加する。
append(long) - クラス のメソッドcom.gh.mygreen.xlsmapper.util.IsEmptyBuilder
long型の値を追加する。
append(float) - クラス のメソッドcom.gh.mygreen.xlsmapper.util.IsEmptyBuilder
float型の値を追加する。
append(double) - クラス のメソッドcom.gh.mygreen.xlsmapper.util.IsEmptyBuilder
double型の値を追加する。
append(Object) - クラス のメソッドcom.gh.mygreen.xlsmapper.util.IsEmptyBuilder
Object型の値を追加する。
append(Object[]) - クラス のメソッドcom.gh.mygreen.xlsmapper.util.IsEmptyBuilder
配列型の値を追加する。
append(boolean[]) - クラス のメソッドcom.gh.mygreen.xlsmapper.util.IsEmptyBuilder
booleanの配列型の値を追加する。
append(char[]) - クラス のメソッドcom.gh.mygreen.xlsmapper.util.IsEmptyBuilder
charの配列型の値を追加する。
append(byte[]) - クラス のメソッドcom.gh.mygreen.xlsmapper.util.IsEmptyBuilder
byteの配列型の値を追加する。
append(short[]) - クラス のメソッドcom.gh.mygreen.xlsmapper.util.IsEmptyBuilder
shortの配列型の値を追加する。
append(int[]) - クラス のメソッドcom.gh.mygreen.xlsmapper.util.IsEmptyBuilder
intの配列型の値を追加する。
append(long[]) - クラス のメソッドcom.gh.mygreen.xlsmapper.util.IsEmptyBuilder
longの配列型の値を追加する。
append(float[]) - クラス のメソッドcom.gh.mygreen.xlsmapper.util.IsEmptyBuilder
floatの配列型の値を追加する。
append(double[]) - クラス のメソッドcom.gh.mygreen.xlsmapper.util.IsEmptyBuilder
doubleの配列型の値を追加する。
append(Collection<?>) - クラス のメソッドcom.gh.mygreen.xlsmapper.util.IsEmptyBuilder
Collection型の値を追加する。
append(Map<?, ?>) - クラス のメソッドcom.gh.mygreen.xlsmapper.util.IsEmptyBuilder
Map型の値を追加する。
applyCommentFormat(RichTextString, Cell) - クラス のメソッドcom.gh.mygreen.xlsmapper.DefaultCellCommentHandler
新規にコメントの装飾を設定する。
ArgUtils - com.gh.mygreen.xlsmapper.utilのクラス
引数チェックに関するユーティリティクラス。
ArgUtils() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.util.ArgUtils
 
ArrayCellConverterFactory - com.gh.mygreen.xlsmapper.cellconverter.implのクラス
配列型を処理するCellConverterを作成するためのファクトリクラス。
ArrayCellConverterFactory() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.cellconverter.impl.ArrayCellConverterFactory
 
ArrayCellConverterFactory.ArrayCellConverter - com.gh.mygreen.xlsmapper.cellconverter.implのクラス
 
ArrayCellField<E> - com.gh.mygreen.xlsmapper.validation.fieldvalidationのクラス
配列やCollection型に対する入力値チェックをするためのクラス。
ArrayCellField(String, SheetBindingErrors<?>) - クラス のコンストラクタcom.gh.mygreen.xlsmapper.validation.fieldvalidation.ArrayCellField
指定されたフィールドの名称に対応するオブジェクトを構築します。
ArrayCellsHandler - com.gh.mygreen.xlsmapper.fieldprocessor.implのクラス
配列やリスト形式の要素を処理するためのクラス。
ArrayCellsHandler(FieldAccessor, Object, Class<?>, Sheet, Configuration) - クラス のコンストラクタcom.gh.mygreen.xlsmapper.fieldprocessor.impl.ArrayCellsHandler
 
ArrayCellsProcessor - com.gh.mygreen.xlsmapper.fieldprocessor.implのクラス
アノテーションXlsArrayCellsを処理するプロセッサ。
ArrayCellsProcessor() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.fieldprocessor.impl.ArrayCellsProcessor
 
ArrayCommentGetter - com.gh.mygreen.xlsmapper.fieldaccessorのインタフェース
フィールドのコメント情報を取得するためのインタフェース。
ArrayCommentGetterFactory - com.gh.mygreen.xlsmapper.fieldaccessorのクラス
ArrayCommentGetterのインスタンスを作成する。
ArrayCommentGetterFactory() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.fieldaccessor.ArrayCommentGetterFactory
 
ArrayCommentSetter - com.gh.mygreen.xlsmapper.fieldaccessorのインタフェース
XlsArrayColumnsなどのフィールドが配列またはリストに対するコメント情報のsetter
ArrayCommentSetterFactory - com.gh.mygreen.xlsmapper.fieldaccessorのクラス
ArrayCommentSetterのインスタンスを作成する
ArrayCommentSetterFactory() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.fieldaccessor.ArrayCommentSetterFactory
 
ArrayDirection - com.gh.mygreen.xlsmapper.annotationの列挙
隣接する連続するセルをマッピングする際の方向を表現する列挙型です。
ArrayFieldValidator<E> - com.gh.mygreen.xlsmapper.validation.fieldvalidationのインタフェース
フィールドに対する値の検証を行うためのインタフェース。
ArrayLabelSetter - com.gh.mygreen.xlsmapper.fieldaccessorのインタフェース
XlsArrayColumnsなどのフィールドが配列またはリストに対するラベル情報のsetter
ArrayLabelSetterFactory - com.gh.mygreen.xlsmapper.fieldaccessorのクラス
ArrayLabelSetterのインスタンスを作成する
ArrayLabelSetterFactory() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.fieldaccessor.ArrayLabelSetterFactory
 
ArrayPositionSetter - com.gh.mygreen.xlsmapper.fieldaccessorのインタフェース
XlsArrayColumnsなどのフィールドが配列またはリストに対する位置情報のsetter
ArrayPositionSetterFactory - com.gh.mygreen.xlsmapper.fieldaccessorのクラス
ArrayPositionSetterのインスタンスを作成する
ArrayPositionSetterFactory() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.fieldaccessor.ArrayPositionSetterFactory
 
ArraySizeValidator<E> - com.gh.mygreen.xlsmapper.validation.fieldvalidation.implのクラス
配列やリストが指定したサイズかチェックする。
ArraySizeValidator(int, int) - クラス のコンストラクタcom.gh.mygreen.xlsmapper.validation.fieldvalidation.impl.ArraySizeValidator
制約のサイズを指定するコンストラクタ。
asList(Object, Class<?>) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.Utils
配列をListに変換します。
attribute(String, Object) - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.bind.AnnotationInfo.Builder
アノテーションの属性値を設定する。
AttributeInfo() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.xml.bind.AnnotationInfo.AttributeInfo
 
attributeWithNative(String, String) - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.bind.AnnotationInfo.Builder
アノテーションの属性値を設定する。

B

BaseCellConverter<T> - com.gh.mygreen.xlsmapper.cellconverterのクラス
CellConverterを実装するときのベースとなる抽象クラス。
BaseCellConverter(FieldAccessor, Configuration) - クラス のコンストラクタcom.gh.mygreen.xlsmapper.cellconverter.BaseCellConverter
 
BeanFactory<T,R> - com.gh.mygreen.xlsmapperのインタフェース
インスタンスを作成する処理のインタフェース
BigDecimalCellConverterFactory - com.gh.mygreen.xlsmapper.cellconverter.implのクラス
BigDecimal型を処理するCellConverterを作成するクラス。
BigDecimalCellConverterFactory() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.cellconverter.impl.BigDecimalCellConverterFactory
 
BigDecimalCellConverterFactory.BigDecimalCellConverter - com.gh.mygreen.xlsmapper.cellconverter.implのクラス
 
BigIntegerCellConverterFactory - com.gh.mygreen.xlsmapper.cellconverter.implのクラス
BigInteger型を処理するCellConverterを作成するクラス。
BigIntegerCellConverterFactory() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.cellconverter.impl.BigIntegerCellConverterFactory
 
BigIntegerCellConverterFactory.BigIntegerCellConverter - com.gh.mygreen.xlsmapper.cellconverter.implのクラス
 
BooleanCellConverterFactory - com.gh.mygreen.xlsmapper.cellconverter.implのクラス
boolean/Boolean型を処理するCellConverterを作成するためのファクトリクラス。
BooleanCellConverterFactory() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.cellconverter.impl.BooleanCellConverterFactory
 
BooleanCellConverterFactory.BooleanCellConverter - com.gh.mygreen.xlsmapper.cellconverter.implのクラス
 
BooleanFormatter - com.gh.mygreen.xlsmapper.textformatterのクラス
Booleanのフォーマッタ。
BooleanFormatter() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.textformatter.BooleanFormatter
 
BooleanFormatter(String[], String[], String, String, boolean, boolean) - クラス のコンストラクタcom.gh.mygreen.xlsmapper.textformatter.BooleanFormatter
 
bottom() - クラス のメソッドcom.gh.mygreen.xlsmapper.annotation.XlsHorizontalRecordsForIterateTables
 
bottom() - クラス のメソッドcom.gh.mygreen.xlsmapper.annotation.XlsVerticalRecordsForIterateTables
 
build() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.FieldErrorBuilder
FieldErrorのインスタンスを組み立てる。
build() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.ObjectErrorBuilder
ObjectErrorのインスタンスを組み立てます。
buildAndAddError() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.InternalFieldErrorBuilder
FieldErrorのインスタンスを組み立て、SheetBindingErrorsにエラーとして追加します。
buildAndAddError() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.InternalObjectErrorBuilder
ObjectErrorのインスタンスを組み立て、SheetBindingErrorsにエラーとして追加します。
buildAnnotation() - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.bind.AnnotationInfo.Builder
組み立てたAnnotationInfoのインスタンスを取得する。
buildAnnotation(Class<?>, AnnotationInfo) - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.DynamicAnnotationBuilder
指定したアノテーションのクラス情報から、アノテーションのインスタンスを組み立てる。
buildClass() - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.bind.ClassInfo.Builder
組み立てたClassInfoのインスタンスを取得する。
builder() - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.xml.bind.AnnotationInfo
ビルダクラスのインスタンスを取得する。
builder(OgnlValueFormatter) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.xml.bind.AnnotationInfo
ビルダクラスのインスタンスを取得する。
builder() - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.xml.bind.AnnotationMappingInfo
ビルダクラスのインスタンスを取得する。
builder() - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.xml.bind.ClassInfo
ビルダクラスのインスタンスを取得する。
builder() - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.xml.bind.FieldInfo
ビルダクラスのインスタンスを取得する。
builder() - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.xml.bind.MethodInfo
ビルダクラスのインスタンスを取得する。
buildField() - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.bind.FieldInfo.Builder
組み立てたFieldInfoのインスタンスを取得する。
buildFieldList(String, List<String>) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.MessageCodeGenerator
フィールドのパスを分解して、パスの候補を作成する。
buildFieldPath(String) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.SheetBindingErrors
現在のパスに引数で指定したフィールド名を追加した値を返す。
buildMethod() - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.bind.MethodInfo.Builder
組み立てたMethodInfoのインスタンスを取得する。
buildNameArea(String, Point, Point, SpreadsheetVersion) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.POIUtils
名前の範囲の形式を組み立てる。
buildXml() - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.bind.AnnotationMappingInfo.Builder
組み立てたAnnotationMappingInfoのインスタンスを返す。
ByteCellConverterFactory - com.gh.mygreen.xlsmapper.cellconverter.implのクラス
Byte型を処理するCellConverterを作成するクラス。
ByteCellConverterFactory() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.cellconverter.impl.ByteCellConverterFactory
 
ByteCellConverterFactory.ByteCellConverter - com.gh.mygreen.xlsmapper.cellconverter.implのクラス
 

C

CalendarCellConverterFactory - com.gh.mygreen.xlsmapper.cellconverter.implのクラス
Calendarを処理するCellConverterを作成するためのファクトリクラス。
CalendarCellConverterFactory() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.cellconverter.impl.CalendarCellConverterFactory
 
CalendarCellConverterFactory.CalendarCellConverter - com.gh.mygreen.xlsmapper.cellconverter.implのクラス
 
capitalize(String) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.Utils
先頭の文字を大文字にする。
cases() - クラス のメソッドcom.gh.mygreen.xlsmapper.annotation.XlsHorizontalRecordsForIterateTables
 
cases() - クラス のメソッドcom.gh.mygreen.xlsmapper.annotation.XlsLabelledArrayCellsForIterateTable
 
cases() - クラス のメソッドcom.gh.mygreen.xlsmapper.annotation.XlsLabelledCellForIterateTable
 
cases() - クラス のメソッドcom.gh.mygreen.xlsmapper.annotation.XlsLabelledCommentForIterateTable
 
cases() - クラス のメソッドcom.gh.mygreen.xlsmapper.annotation.XlsVerticalRecordsForIterateTables
 
CellCommentHandler - com.gh.mygreen.xlsmapperのインタフェース
セルのコメントを操作する シートを書き込む時に、コメントの位置やサイズを任意で指定したい時に独自の実装を指定します。
CellCommentOperator - com.gh.mygreen.xlsmapperのクラス
セルのコメントを操作する。
CellCommentOperator() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.CellCommentOperator
 
CellConverter<T> - com.gh.mygreen.xlsmapper.cellconverterのインタフェース
ExcelのCellの値とJavaオブジェクトを相互に変換するインタフェース。
CellConverterFactory<T> - com.gh.mygreen.xlsmapper.cellconverterのインタフェース
CellConverterのインスタンスを作成するためのインタフェース。
CellConverterFactorySupport<T> - com.gh.mygreen.xlsmapper.cellconverterのクラス
CellConverterを作成するための抽象クラス。
CellConverterFactorySupport() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.cellconverter.CellConverterFactorySupport
 
CellConverterRegistry - com.gh.mygreen.xlsmapper.cellconverterのクラス
ExcelのCell <=> Javaオブジェクト の相互変換をするCellConverterを管理するクラス。
CellConverterRegistry() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.cellconverter.CellConverterRegistry
 
CellField<T> - com.gh.mygreen.xlsmapper.validation.fieldvalidationのクラス
1つの項目(フィールド)に対する入力値チェックをするためのクラス。
CellField(String, SheetBindingErrors<?>) - クラス のコンストラクタcom.gh.mygreen.xlsmapper.validation.fieldvalidation.CellField
指定されたフィールドの名称に対応するオブジェクトを構築します。
CellFinder - com.gh.mygreen.xlsmapper.utilのクラス
指定したラベルを持つセルを検索するクラス。
CellFormatter - com.gh.mygreen.xlsmapperのインタフェース
セルフォーマッターのインタフェース。
CellFormulaHandler - com.gh.mygreen.xlsmapper.cellconverterのクラス
セルの数式を処理する
CellFormulaHandler(String) - クラス のコンストラクタcom.gh.mygreen.xlsmapper.cellconverter.CellFormulaHandler
数式を直接指定する場合
CellFormulaHandler(Method) - クラス のコンストラクタcom.gh.mygreen.xlsmapper.cellconverter.CellFormulaHandler
数式を取得するメソッドを指定する場合
CellLink - com.gh.mygreen.xlsmapper.cellconverterのクラス
セルのリンクを表現するクラス
CellLink() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.cellconverter.CellLink
 
CellLink(String, String) - クラス のコンストラクタcom.gh.mygreen.xlsmapper.cellconverter.CellLink
リンクのアドレスと見出しを指定してリンクをこうしくします。
CellLinkCellConverterFactory - com.gh.mygreen.xlsmapper.cellconverter.implのクラス
CellLink型を処理するCellConverterを作成するためのファクトリクラス。
CellLinkCellConverterFactory() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.cellconverter.impl.CellLinkCellConverterFactory
 
CellLinkCellConverterFactory.CellLinkCellConverter - com.gh.mygreen.xlsmapper.cellconverter.implのクラス
 
CellNotFoundException - com.gh.mygreen.xlsmapper.fieldprocessorの例外
マッピング対象のCellが見つからない場合にスローする例外。
CellNotFoundException(String, String) - 例外 のコンストラクタcom.gh.mygreen.xlsmapper.fieldprocessor.CellNotFoundException
指定したラベルを持つセルが見つからない場合
CellPosition - com.gh.mygreen.xlsmapper.utilのクラス
単一のセルのアドレスを表現するクラス。
CellProcessor - com.gh.mygreen.xlsmapper.fieldprocessor.implのクラス
アノテーション XlsCell を処理するクラスです。
CellProcessor() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.fieldprocessor.impl.CellProcessor
 
CellStyleProxy - com.gh.mygreen.xlsmapper.cellconverterのクラス
セルのスタイルを管理するクラス。
CellStyleProxy(Cell) - クラス のコンストラクタcom.gh.mygreen.xlsmapper.cellconverter.CellStyleProxy
セルを指定してインスタンスを作成する。
CharacterCellConverterFactory - com.gh.mygreen.xlsmapper.cellconverter.implのクラス
char/Character を処理するCellConverterを作成するためのファクトリクラス。
CharacterCellConverterFactory() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.cellconverter.impl.CharacterCellConverterFactory
 
CharacterCellConverterFactory.CharacterCellConverter - com.gh.mygreen.xlsmapper.cellconverter.implのクラス
 
checkArrayColumns(Sheet, Class<?>, List<RecordHeader>, AnnotationReader, Configuration) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.fieldprocessor.RecordsProcessorUtil
アノテーションXlsArrayColumnsの属性columnNameで指定した値がヘッダーセルに存在するかチェックする。
checkColumns(Sheet, Class<?>, List<RecordHeader>, AnnotationReader, Configuration) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.fieldprocessor.RecordsProcessorUtil
アノテーションXlsColumnの属性columnNameで指定した値が、ヘッダーセルに存在するかチェックする。
checkLoadingNestedRecordClass(Class<?>, FieldAccessor, AnnotationReader) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.fieldprocessor.RecordsProcessorUtil
アノテーションXlsNestedRecordsの定義が、同じBeanに対して、入れ子構造になっていないかチェックする。
checkMapColumns(Sheet, Class<?>, List<RecordHeader>, AnnotationReader, Configuration) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.fieldprocessor.RecordsProcessorUtil
アノテーションXlsMapColumnsの属性previousColumnName、nextColumnNameで指定した値がヘッダーセルに存在するかチェックする。
checkNestedMergedSizeRecords(Sheet, List<MergedRecord>) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.fieldprocessor.RecordsProcessorUtil
マッピング対象となるセルの結合サイズが、全て同じかチェックする。
checkSavingNestedRecordClass(Class<?>, FieldAccessor, AnnotationReader) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.fieldprocessor.RecordsProcessorUtil
アノテーションXlsNestedRecordsの定義が、同じBeanに対して、入れ子構造になっていないかチェックする。
classForName(String, Map) - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.MultipleLoaderClassResolver
Loads class from multiple ClassLoader.
classInfo(ClassInfo) - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.bind.AnnotationMappingInfo.Builder
クラス情報を追加する。
ClassInfo - com.gh.mygreen.xlsmapper.xml.bindのクラス
XMLのクラス情報を保持する。
ClassInfo() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.xml.bind.ClassInfo
 
ClassInfo.Builder - com.gh.mygreen.xlsmapper.xml.bindのクラス
ClassInfoを組み立てるためのクラス。
ClassUtils - com.gh.mygreen.xlsmapper.utilのクラス
クラスやメソッドに関するユーティリティクラス。
ClassUtils() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.util.ClassUtils
 
clearAllErrors() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.SheetBindingErrors
全てのエラーをクリアする。
clearCache() - クラス のメソッドcom.gh.mygreen.xlsmapper.util.PropertyTypeNavigator
今までのキャッシュデータをクリアする。
clearCache() - クラス のメソッドcom.gh.mygreen.xlsmapper.util.PropertyValueNavigator
今までのキャッシュデータをクリアする。
clearCacheData() - クラス のメソッドcom.gh.mygreen.xlsmapper.DefaultCellFormatter
キャッシュをクリアします。
clone() - クラス のメソッドcom.gh.mygreen.xlsmapper.util.CellPosition
 
clone(String[]) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.Utils
文字列の配列をクローンします。
CODE_SEPARATOR - クラス のstatic変数com.gh.mygreen.xlsmapper.validation.MessageCodeGenerator
 
colToAlpha(int) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.expression.CustomFunctions
列番号を英字名に変換します。
com.gh.mygreen.xlsmapper - パッケージ com.gh.mygreen.xlsmapper
ExcelとJavaBeanのマッピング機能を提供します。
com.gh.mygreen.xlsmapper.annotation - パッケージ com.gh.mygreen.xlsmapper.annotation
ExcelとJavaBeanをマップするためのアノテーションを提供します。
com.gh.mygreen.xlsmapper.cellconverter - パッケージ com.gh.mygreen.xlsmapper.cellconverter
ExcelのセルとJavaクラスを相互に変換する機能を提供します。
com.gh.mygreen.xlsmapper.cellconverter.impl - パッケージ com.gh.mygreen.xlsmapper.cellconverter.impl
ExcelのセルとJavaクラスを相互に変換する実装機能を提供します。
com.gh.mygreen.xlsmapper.expression - パッケージ com.gh.mygreen.xlsmapper.expression
式言語を処理するための機能を提供します。
com.gh.mygreen.xlsmapper.fieldaccessor - パッケージ com.gh.mygreen.xlsmapper.fieldaccessor
フィールドへのアクセスを行うための機能を提供します。
com.gh.mygreen.xlsmapper.fieldprocessor - パッケージ com.gh.mygreen.xlsmapper.fieldprocessor
アノテーションに対する各処理を行う機能を提供します。
com.gh.mygreen.xlsmapper.fieldprocessor.impl - パッケージ com.gh.mygreen.xlsmapper.fieldprocessor.impl
アノテーションに対する各処理を行うFieldProcessorの実装機能を提供します。
com.gh.mygreen.xlsmapper.localization - パッケージ com.gh.mygreen.xlsmapper.localization
エラーメッセージを処理する機能を提供します。
com.gh.mygreen.xlsmapper.textformatter - パッケージ com.gh.mygreen.xlsmapper.textformatter
 
com.gh.mygreen.xlsmapper.util - パッケージ com.gh.mygreen.xlsmapper.util
ライブラリ全体で使用する共通機能やユーティリティ機能を提供します。
com.gh.mygreen.xlsmapper.validation - パッケージ com.gh.mygreen.xlsmapper.validation
Valdaitionに関する機能を提供します。
com.gh.mygreen.xlsmapper.validation.beanvalidation - パッケージ com.gh.mygreen.xlsmapper.validation.beanvalidation
BeanValidation(JSR-303/JSR-349)を利用する機能を提供します。
com.gh.mygreen.xlsmapper.validation.fieldvalidation - パッケージ com.gh.mygreen.xlsmapper.validation.fieldvalidation
このパッケージは、フィールド用の入力値検証の実装を提供します。
com.gh.mygreen.xlsmapper.validation.fieldvalidation.impl - パッケージ com.gh.mygreen.xlsmapper.validation.fieldvalidation.impl
FieldValidatorの実装を提供します。
com.gh.mygreen.xlsmapper.xml - パッケージ com.gh.mygreen.xlsmapper.xml
アノテーションをXMLにより定義できる機能を提供します。
com.gh.mygreen.xlsmapper.xml.bind - パッケージ com.gh.mygreen.xlsmapper.xml.bind
アノテーションを定義したXML情報をJavaにバインディングする機能を提供します。
CommentGetter - com.gh.mygreen.xlsmapper.fieldaccessorのインタフェース
フィールドのコメント情報を取得するためのインタフェース。
CommentGetterFactory - com.gh.mygreen.xlsmapper.fieldaccessorのクラス
CommentGetterのインスタンスを作成する。
CommentGetterFactory() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.fieldaccessor.CommentGetterFactory
 
CommentProcessor - com.gh.mygreen.xlsmapper.fieldprocessor.implのクラス
アノテーション XlsComment を処理するクラスです。
CommentProcessor() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.fieldprocessor.impl.CommentProcessor
 
CommentSetter - com.gh.mygreen.xlsmapper.fieldaccessorのインタフェース
フィールドのコメント情報を設定するためのインタフェース。
CommentSetterFactory - com.gh.mygreen.xlsmapper.fieldaccessorのクラス
CommentSetterのインスタンスを作成する
CommentSetterFactory() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.fieldaccessor.CommentSetterFactory
 
compact() - クラス のメソッドcom.gh.mygreen.xlsmapper.expression.ObjectCache
 
compare(FieldAccessorProxy, FieldAccessorProxy) - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldaccessor.FieldAccessorProxyComparator
 
compare(IsEmptyComparator) - クラス のメソッドcom.gh.mygreen.xlsmapper.util.IsEmptyBuilder
独自の実装で値を空かどうか判定する。
compareTo(CellPosition) - クラス のメソッドcom.gh.mygreen.xlsmapper.util.CellPosition
 
concat(String[], String[]) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.Utils
文字列配列の結合
configuration - クラス の変数com.gh.mygreen.xlsmapper.cellconverter.BaseCellConverter
システム設定
Configuration - com.gh.mygreen.xlsmapperのクラス
マッピングする際の設定などを保持するクラス。
Configuration() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.Configuration
 
contains(ProcessCase) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.OptionalProcessCase
処理ケースに該当するうかどうか判定します。
contains(K) - クラス のメソッドcom.gh.mygreen.xlsmapper.expression.ObjectCache
 
containsAnnotationInfo(String) - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.bind.ClassInfo
指定したアノテーション情報を含むかどうか。
containsAnnotationInfo(String) - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.bind.FieldInfo
指定したアノテーション情報を含むかどうか。
containsAnnotationInfo(String) - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.bind.MethodInfo
指定したアノテーション情報を含むかどうか。
containsAttribute(String) - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.bind.AnnotationInfo
指定したアノテーションの属性情報を含むかどうか。
containsClassInfo(String) - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.bind.AnnotationMappingInfo
指定したクラスが含まれるかどうか。
containsFieldInfo(String) - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.bind.ClassInfo
指定したフィールド情報を含むかどうか。
containsMethodInfo(String) - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.bind.ClassInfo
指定したメソッド情報を含むかどうか。
containsValidationGroups(List<Class<?>>) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.GroupValidatorSupport
バリデーション時のヒントが該当するかどうか。
ConversionException - com.gh.mygreen.xlsmapper.cellconverterの例外
Conversionで致命的なエラーが発生したときにスローされる例外。
ConversionException(String, Class<?>) - 例外 のコンストラクタcom.gh.mygreen.xlsmapper.cellconverter.ConversionException
 
ConversionException(String, Throwable, Class<?>) - 例外 のコンストラクタcom.gh.mygreen.xlsmapper.cellconverter.ConversionException
 
conversionFailure(boolean) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.FieldErrorBuilder
型変換エラーかどうかを設定します。
conversionFailure(boolean) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.InternalFieldErrorBuilder
 
convertCollectionToList(Collection<T>) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.Utils
CollectionのインスタンスをListに変換する。
convertFromDate(Date) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.AbstractTemporalCellConverter
日時型から各タイプに変換する。
convertFromDate(Date) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.LocalDateCellConverterFactory.LocalDateCellConverter
 
convertFromDate(Date) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.LocalDateTimeCellConverterFactory.LocalDateTimeCellConverter
 
convertFromDate(Date) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.LocalTimeCellConverterFactory.LocalTimeCellConverter
 
convertListToCollection(List, Class<Collection>, BeanFactory<Class<?>, Object>) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.Utils
Listのインスタンスを他のCollectionのインスタンスに変換する。
convertToDate(T, boolean) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.AbstractTemporalCellConverter
日時型に変換する。
convertToDate(LocalDate, boolean) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.LocalDateCellConverterFactory.LocalDateCellConverter
 
convertToDate(LocalDateTime, boolean) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.LocalDateTimeCellConverterFactory.LocalDateTimeCellConverter
 
convertToDate(LocalTime, boolean) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.LocalTimeCellConverterFactory.LocalTimeCellConverter
 
convertToObject(String, Class<Object>) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.DefaultElementConverter
 
convertToObject(String, Class<T>) - インタフェース のメソッドcom.gh.mygreen.xlsmapper.cellconverter.ElementConverter
文字列を指定したクラス型に変換する。
convertToString(Object) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.DefaultElementConverter
 
convertToString(T) - インタフェース のメソッドcom.gh.mygreen.xlsmapper.cellconverter.ElementConverter
任意のオブジェクトを文字列に変換する。
convertToString(Object) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.Utils
オブジェクトを文字列に変換する。
convertTypeValue(Date) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.AbstractDateCellConverter
その型における型に変換する
convertTypeValue(Date) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.AbstractDateCellConverterFactory
その型における型に変換する
convertTypeValue(BigDecimal) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.AbstractNumberCellConverter
その型における型に変換する BigDecimalから変換する際には、exactXXX()メソッドを呼ぶ。
convertTypeValue(BigDecimal) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.AbstractNumberCellConverterFactory
その型における型に変換する
convertTypeValue(BigDecimal) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.BigDecimalCellConverterFactory.BigDecimalCellConverter
 
convertTypeValue(BigDecimal) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.BigDecimalCellConverterFactory
 
convertTypeValue(BigDecimal) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.BigIntegerCellConverterFactory.BigIntegerCellConverter
 
convertTypeValue(BigDecimal) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.BigIntegerCellConverterFactory
 
convertTypeValue(BigDecimal) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.ByteCellConverterFactory.ByteCellConverter
 
convertTypeValue(BigDecimal) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.ByteCellConverterFactory
 
convertTypeValue(Date) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.DateCellConverterFactory
 
convertTypeValue(Date) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.DateCellConverterFactory.DateCellConverter
 
convertTypeValue(BigDecimal) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.DoubleCellConverterFactory
 
convertTypeValue(BigDecimal) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.DoubleCellConverterFactory.DoubleCellConverter
 
convertTypeValue(BigDecimal) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.FloatCellConverterFactory
 
convertTypeValue(BigDecimal) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.FloatCellConverterFactory.FloatCellConverter
 
convertTypeValue(BigDecimal) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.IntegerCellConverterFactory
 
convertTypeValue(BigDecimal) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.IntegerCellConverterFactory.IntegerCellConverter
 
convertTypeValue(BigDecimal) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.LongCellConverterFactory
 
convertTypeValue(BigDecimal) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.LongCellConverterFactory.LongCellConverter
 
convertTypeValue(BigDecimal) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.ShortCellConverterFactory
 
convertTypeValue(BigDecimal) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.ShortCellConverterFactory.ShortCellConverter
 
convertTypeValue(Date) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.SqlDateCellConverterFactory
 
convertTypeValue(Date) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.SqlDateCellConverterFactory.SqlDateCellConverter
 
convertTypeValue(Date) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.SqlTimeCellConverterFactory
 
convertTypeValue(Date) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.SqlTimeCellConverterFactory.SqlTimeCellConverter
 
convertTypeValue(Date) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.SqlTimestampCellConverterFactory
 
convertTypeValue(Date) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.SqlTimestampCellConverterFactory.SqlTimestampCellConverter
 
copyCommentFormat(RichTextString, RichTextString) - クラス のメソッドcom.gh.mygreen.xlsmapper.DefaultCellCommentHandler
既にコメントが設定されているときのコメントの装飾を設定する。
create(T) - インタフェース のメソッドcom.gh.mygreen.xlsmapper.BeanFactory
引数TのクラスタイプのインスタンスRを返す。
create(FieldAccessor, Configuration) - インタフェース のメソッドcom.gh.mygreen.xlsmapper.cellconverter.CellConverterFactory
フィールドに対するセル変換クラスを作成する。
create(FieldAccessor, Configuration) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.ArrayCellConverterFactory
 
create(FieldAccessor, Configuration) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.BigDecimalCellConverterFactory
 
create(FieldAccessor, Configuration) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.BigIntegerCellConverterFactory
 
create(FieldAccessor, Configuration) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.BooleanCellConverterFactory
 
create(FieldAccessor, Configuration) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.ByteCellConverterFactory
 
create(FieldAccessor, Configuration) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.CalendarCellConverterFactory
 
create(FieldAccessor, Configuration) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.CellLinkCellConverterFactory
 
create(FieldAccessor, Configuration) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.CharacterCellConverterFactory
 
create(FieldAccessor, Configuration) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.DateCellConverterFactory
 
create(FieldAccessor, Configuration) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.DoubleCellConverterFactory
 
create(FieldAccessor, Configuration) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.EnumCellConverterFactory
 
create(FieldAccessor, Configuration) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.FloatCellConverterFactory
 
create(FieldAccessor, Configuration) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.IntegerCellConverterFactory
 
create(FieldAccessor, Configuration) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.ListCellConverterFactory
 
create(FieldAccessor, Configuration) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.LocalDateCellConverterFactory
 
create(FieldAccessor, Configuration) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.LocalDateTimeCellConverterFactory
 
create(FieldAccessor, Configuration) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.LocalTimeCellConverterFactory
 
create(FieldAccessor, Configuration) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.LongCellConverterFactory
 
create(FieldAccessor, Configuration) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.SetCellConverterFactory
 
create(FieldAccessor, Configuration) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.ShortCellConverterFactory
 
create(FieldAccessor, Configuration) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.SqlDateCellConverterFactory
 
create(FieldAccessor, Configuration) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.SqlTimeCellConverterFactory
 
create(FieldAccessor, Configuration) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.SqlTimestampCellConverterFactory
 
create(FieldAccessor, Configuration) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.StringCellConverterFactory
 
create(FieldAccessor, Configuration) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.URICellConverterFactory
 
create(Class<?>) - クラス のメソッドcom.gh.mygreen.xlsmapper.DefaultBeanFactory
 
create(Class<?>, String) - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldaccessor.ArrayCommentGetterFactory
フィールドのコメント情報を取得するためのアクセッサを作成します。
create(Class<?>, String) - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldaccessor.ArrayCommentSetterFactory
フィールドの位置情報を設定するためのアクセッサを作成します。
create(Class<?>, String) - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldaccessor.ArrayLabelSetterFactory
フィールドの位置情報を設定するためのアクセッサを作成します。
create(Class<?>, String) - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldaccessor.ArrayPositionSetterFactory
フィールドの位置情報を設定するためのアクセッサを作成します。
create(Class<?>, String) - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldaccessor.CommentGetterFactory
フィールドのコメント情報を取得するためのアクセッサを作成します。
create(Class<?>, String) - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldaccessor.CommentSetterFactory
フィールドのコメント情報を設定するためのアクセッサを作成します。
create(Field) - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldaccessor.FieldAccessorFactory
フィールド情報を元にインスタンスを作成する。
create(Method) - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldaccessor.FieldAccessorFactory
メソッド情報を元にインスタンスを作成する。
create(Class<?>, String) - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldaccessor.LabelGetterFactory
フィールドのラベル情報を取得するためのアクセッサを作成します。
create(Class<?>, String) - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldaccessor.LabelSetterFactory
フィールドのラベル情報を設定するためのアクセッサを作成します。
create(Class<?>, String) - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldaccessor.MapCommentGetterFactory
フィールドのコメント情報を取得するためのアクセッサを作成します。
create(Class<?>, String) - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldaccessor.MapCommentSetterFactory
フィールドの位置情報を設定するためのアクセッサを作成します。
create(Class<?>, String) - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldaccessor.MapLabelSetterFactory
フィールドの位置情報を設定するためのアクセッサを作成します。
create(Class<?>, String) - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldaccessor.MapPositionSetterFactory
フィールドの位置情報を設定するためのアクセッサを作成します。
create(Class<?>, String) - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldaccessor.PositionGetterFactory
フィールドの位置情報を取得するためのアクセッサを作成します。
create(Class<?>, String) - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldaccessor.PositionSetterFactory
フィールドの位置情報を設定するためのアクセッサを作成します。
create(Class<?>, ProcessCase) - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldprocessor.RecordMethodFacatory
レコードクラスを元に、RecordMethodCacheのインスタンスを組み立てる。
create(String) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.localization.MessageBuilder
 
create(P) - クラス のメソッドcom.gh.mygreen.xlsmapper.SheetBindingErrorsFactory
インスタンスを作成する。
create(Class<?>) - クラス のメソッドcom.gh.mygreen.xlsmapper.SpringBeanFactory
 
create() - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.IsEmptyConfig
インスタンスを作成する。
create(String, String) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.xml.bind.AnnotationInfo.AttributeInfo
 
createAnchor(Drawing<?>, String, Cell, Optional<XlsCommentOption>) - クラス のメソッドcom.gh.mygreen.xlsmapper.DefaultCellCommentHandler
コメントの位置、サイズを作成する。
createAnnotation(Class<? extends Annotation>) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.xml.XmlBuilder
AnnotationInfoのビルダクラスのAnnotationInfo.Builderインスタンスを作成する。
createBean(Class<P>) - クラス のメソッドcom.gh.mygreen.xlsmapper.Configuration
指定したクラスタイプのインスタンスを作成する
createCellFormulaHandler(XlsFormula, FieldAccessor, Configuration) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.CellConverterFactorySupport
数式を処理するCellFormulaHandlerを作成する。
createClass(Class<?>) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.xml.XmlBuilder
ClassInfoのビルダクラスのClassInfo.Builderインスタンスを作成する。
createDefaultValidator() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.beanvalidation.SheetBeanValidator
Bean Validatorのデフォルトのインスタンスを取得する。
createField(String) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.xml.XmlBuilder
FieldInfoのビルダクラスのFieldInfo.Builderインスタンスを作成する。
createFieldConversionError(String, Class<?>, Object) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.SheetBindingErrors
型変換失敗時のフィールエラー用のビルダを作成します。
createFieldError(String, String) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.SheetBindingErrors
フィールドエラーのビルダーを作成します。
createFieldError(String, String[]) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.SheetBindingErrors
フィールドエラーのビルダーを作成します。
createFormatter(Optional<XlsDateTimeConverter>) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.AbstractDateCellConverterFactory
アノテーションを元に日時のフォーマッタを作成する。
createFormatter(Optional<XlsDateTimeConverter>) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.AbstractTemporalCellConverterFactory
アノテーションを元にフォーマッタを作成する。
createFormulaValue(Configuration, Cell, Object) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.CellFormulaHandler
Excelの式を組み立てる。
createGlobalError(String) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.SheetBindingErrors
グローバルエラーのビルダーを作成します。
createGlobalError(String[]) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.SheetBindingErrors
グローバルエラーのビルダーを作成します。
createMessageVars(MessageInterpolator.Context) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.beanvalidation.MessageInterpolatorAdapter
メッセージ中で利用可能な変数を作成する
createMethod(String) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.xml.XmlBuilder
MethodInfoのビルダクラスのMethodInfo.Builderインスタンスを作成する。
createTextFormatter(FieldAccessor, Configuration) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.CellConverterFactorySupport
TextFormatterのインスタンスを作成する。
createTextFormatter(FieldAccessor, Configuration) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.AbstractDateCellConverterFactory
 
createTextFormatter(FieldAccessor, Configuration) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.AbstractNumberCellConverterFactory
 
createTextFormatter(FieldAccessor, Configuration) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.AbstractTemporalCellConverterFactory
 
createTextFormatter(FieldAccessor, Configuration) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.ArrayCellConverterFactory
 
createTextFormatter(FieldAccessor, Configuration) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.BooleanCellConverterFactory
 
createTextFormatter(FieldAccessor, Configuration) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.CalendarCellConverterFactory
 
createTextFormatter(FieldAccessor, Configuration) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.CellLinkCellConverterFactory
 
createTextFormatter(FieldAccessor, Configuration) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.CharacterCellConverterFactory
 
createTextFormatter(FieldAccessor, Configuration) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.EnumCellConverterFactory
 
createTextFormatter(FieldAccessor, Configuration) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.ListCellConverterFactory
 
createTextFormatter(FieldAccessor, Configuration) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.SetCellConverterFactory
 
createTextFormatter(FieldAccessor, Configuration) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.StringCellConverterFactory
 
createTextFormatter(FieldAccessor, Configuration) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.URICellConverterFactory
 
createVariableForConstraint(ConstraintDescriptor<?>) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.beanvalidation.SheetBeanValidator
BeanValidationのアノテーションの値を元に、メッセージ変数を作成する。
createXml() - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.xml.XmlBuilder
AnnotationMappingInfoのビルダクラスのAnnotationMappingInfo.Builderインスタンスを作成する。
CustomFunctions - com.gh.mygreen.xlsmapper.expressionのクラス
EL式中で利用可能なEL関数。
CustomFunctions() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.expression.CustomFunctions
 

D

DateCellConverterFactory - com.gh.mygreen.xlsmapper.cellconverter.implのクラス
Dateを処理するCellConverterを作成するためのファクトリクラス。
DateCellConverterFactory() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.cellconverter.impl.DateCellConverterFactory
 
DateCellConverterFactory.DateCellConverter - com.gh.mygreen.xlsmapper.cellconverter.implのクラス
 
DEFAULT_MESSAGE - クラス のstatic変数com.gh.mygreen.xlsmapper.localization.ResourceBundleMessageResolver
デフォルトのメッセージソースのパス
DefaultBeanFactory - com.gh.mygreen.xlsmapperのクラス
Beanのインスタンスを生成する標準のクラス。
DefaultBeanFactory() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.DefaultBeanFactory
 
DefaultCellCommentHandler - com.gh.mygreen.xlsmapperのクラス
CellCommentHandlerの標準の実装。
DefaultCellCommentHandler() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.DefaultCellCommentHandler
 
DefaultCellFormatter - com.gh.mygreen.xlsmapperのクラス
標準のセルフォーマッター。
DefaultCellFormatter() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.DefaultCellFormatter
 
DefaultElementConverter - com.gh.mygreen.xlsmapper.cellconverterのクラス
標準のElementConverterの実装クラス。
DefaultElementConverter() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.cellconverter.DefaultElementConverter
 
DefaultFieldFormatter<T> - com.gh.mygreen.xlsmapper.validation.fieldvalidationのクラス
標準のフィールドのフォーマッタ。
DefaultFieldFormatter(String) - クラス のコンストラクタcom.gh.mygreen.xlsmapper.validation.fieldvalidation.DefaultFieldFormatter
フォーマッタのコンストラクタ
DefaultFieldValidator<T> - com.gh.mygreen.xlsmapper.validation.fieldvalidation.implのクラス
何もしないフィールドバリデータ。.
DefaultFieldValidator() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.validation.fieldvalidation.impl.DefaultFieldValidator
 
DefaultGroup - com.gh.mygreen.xlsmapper.validationのインタフェース
デフォルトのグループ。
defaultMessage(String) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.FieldErrorBuilder
デフォルトメッセージを設定します。
defaultMessage(String) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.InternalFieldErrorBuilder
 
defaultMessage(String) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.InternalObjectErrorBuilder
 
defaultMessage(String) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.ObjectErrorBuilder
デフォルトメッセージを設定します。
defaultString(String) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.expression.CustomFunctions
文字列がnullの場合に空文字に変換する。
defaultValue - クラス の変数com.gh.mygreen.xlsmapper.cellconverter.BaseCellConverter
初期値 - 初期値を持たない場合は空
defineName(Sheet, String, Point, Point) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.POIUtils
指定した範囲の名前を登録する。
direction() - クラス のメソッドcom.gh.mygreen.xlsmapper.annotation.XlsLabelledArrayCellsForIterateTable
 
DoubleCellConverterFactory - com.gh.mygreen.xlsmapper.cellconverter.implのクラス
Double型を処理するCellConverterを作成するクラス。
DoubleCellConverterFactory() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.cellconverter.impl.DoubleCellConverterFactory
 
DoubleCellConverterFactory.DoubleCellConverter - com.gh.mygreen.xlsmapper.cellconverter.implのクラス
 
DynamicAnnotationBuilder - com.gh.mygreen.xlsmapper.xmlのクラス
Javassitを利用して、Annotationのインスタンスを動的に作成するクラス。

E

elementClass() - クラス のメソッドcom.gh.mygreen.xlsmapper.annotation.XlsLabelledArrayCellsForIterateTable
 
ElementConverter<T> - com.gh.mygreen.xlsmapper.cellconverterのインタフェース
XlsArrayConverterで指定する、配列やリストの要素をオブジェクトに変換するためのクラス。
elementMerged() - クラス のメソッドcom.gh.mygreen.xlsmapper.annotation.XlsLabelledArrayCellsForIterateTable
 
empty() - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.cellconverter.OptionalProcessCase
空のOptionalProcessCaseインスタンスを返します。
EncodingControl - com.gh.mygreen.xlsmapper.localizationのクラス
ResourceBundleを任意の文字コードで読み込むためのコントローラ。
EncodingControl() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.localization.EncodingControl
文字コードUTF-8で設定する
EncodingControl(String) - クラス のコンストラクタcom.gh.mygreen.xlsmapper.localization.EncodingControl
 
EncodingControl(Charset) - クラス のコンストラクタcom.gh.mygreen.xlsmapper.localization.EncodingControl
 
EnumCellConverterFactory - com.gh.mygreen.xlsmapper.cellconverter.implのクラス
列挙型を処理するCellConverterを作成するためのファクトリクラス。
EnumCellConverterFactory() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.cellconverter.impl.EnumCellConverterFactory
 
EnumCellConverterFactory.EnumCellConverter - com.gh.mygreen.xlsmapper.cellconverter.implのクラス
 
EnumFormatter<T extends Enum<T>> - com.gh.mygreen.xlsmapper.textformatterのクラス
列挙型のフォーマッタ。
EnumFormatter(Class<T>, boolean) - クラス のコンストラクタcom.gh.mygreen.xlsmapper.textformatter.EnumFormatter
 
EnumFormatter(Class<T>, boolean, String) - クラス のコンストラクタcom.gh.mygreen.xlsmapper.textformatter.EnumFormatter
 
EnumFormatter(Class<T>) - クラス のコンストラクタcom.gh.mygreen.xlsmapper.textformatter.EnumFormatter
 
EnumFormatter(Class<T>, String) - クラス のコンストラクタcom.gh.mygreen.xlsmapper.textformatter.EnumFormatter
 
equals(Object) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.CellLink
 
equals(Object) - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldaccessor.FieldAccessor
フィールドとメソッドに同じアノテーションが付与されているときに重複を除外するための判定に使用する。
equals(Object) - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldaccessor.FieldAccessorProxy
フィールドとメソッドに同じアノテーションが付与されているときに重複を除外するための判定に使用する。
equals(Object) - クラス のメソッドcom.gh.mygreen.xlsmapper.util.CellPosition
 
equals(Object, Object) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.Utils
オブジェクトの比較を行う。
equalsAnyBottomElement(LinkedList<String>, String[]) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.StackUtils
スタックの最後の要素(一番下の要素)が引数で指定した文字列の何れかと等しいかどうか比較する。
equalsAnyTopElement(LinkedList<String>, String[]) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.StackUtils
スタックの先頭の要素(一番上の要素)が引数で指定した文字列の何れかと等しいかどうか比較する。
equalsBottomElement(LinkedList<String>, String) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.StackUtils
スタックの最後の要素(一番下の要素)が引数で指定した文字列と等しいかどうか比較する。
equalsRegion(CellRangeAddressList, CellRangeAddressList) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.POIUtils
文字列形式のセルの範囲が同じかどうか比較する。
equalsSqref(List<String>, List<String>) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.POIUtils
文字列形式のセルの範囲が同じかどうか比較する。
equalsTopElement(LinkedList<String>, String) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.StackUtils
スタックの先頭の要素(一番上の要素)が引数で指定した文字列と等しいかどうか比較する。
error(ArrayCellField<E>) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.AbstractArrayFieldValidator
エラー情報を追加します。
error(ArrayCellField<E>, Map<String, Object>) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.AbstractArrayFieldValidator
エラー情報を追加します。
error(ArrayCellField<E>, String) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.AbstractArrayFieldValidator
メッセージキーを指定して、エラー情報を追加します。
error(ArrayCellField<E>, String, Map<String, Object>) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.AbstractArrayFieldValidator
メッセージキーを指定して、エラー情報を追加します。
error(CellField<T>) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.AbstractFieldValidator
エラー情報を追加します。
error(CellField<T>, Map<String, Object>) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.AbstractFieldValidator
エラー情報を追加します。
error(CellField<T>, String) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.AbstractFieldValidator
メッセージキーを指定して、エラー情報を追加します。
error(CellField<T>, String, Map<String, Object>) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.AbstractFieldValidator
メッセージキーを指定して、エラー情報を追加します。
evaluate(String, Map<String, ?>) - インタフェース のメソッドcom.gh.mygreen.xlsmapper.expression.ExpressionLanguage
引数で与えた式を評価する。
evaluate(String, Map<String, ?>) - クラス のメソッドcom.gh.mygreen.xlsmapper.expression.ExpressionLanguageJEXLImpl
 
evaluateExpression(String, Map<String, ?>) - クラス のメソッドcom.gh.mygreen.xlsmapper.localization.MessageInterpolator
EL式を評価する。
excludeStartPosition(boolean) - クラス のメソッドcom.gh.mygreen.xlsmapper.util.CellFinder
起点となる位置を除外するかどうか。
ExpressionEvaluationException - com.gh.mygreen.xlsmapper.expressionの例外
式言語の評価に失敗した場合にスローする例外。
ExpressionEvaluationException(String, Throwable) - 例外 のコンストラクタcom.gh.mygreen.xlsmapper.expression.ExpressionEvaluationException
 
ExpressionLanguage - com.gh.mygreen.xlsmapper.expressionのインタフェース
式言語の共通インタフェース。
ExpressionLanguageJEXLImpl - com.gh.mygreen.xlsmapper.expressionのクラス
式言語「JEXL」の実装。
ExpressionLanguageJEXLImpl() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.expression.ExpressionLanguageJEXLImpl
 
ExpressionLanguageJEXLImpl(JexlEngine) - クラス のコンストラクタcom.gh.mygreen.xlsmapper.expression.ExpressionLanguageJEXLImpl
JexlEngineを指定するコンストラクタ。
extractBooleanGetter(Class<?>, String) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.ClassUtils
クラスから、指定したboolean型のgetterメソッド情報を取得します。
extractField(Class<?>, String, Class<?>) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.ClassUtils
クラスから、指定したフィールド情報を取得します。
extractGetter(Class<?>, String, Class<?>) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.ClassUtils
クラスから、指定したgetterメソッド情報を取得します。
extractSetter(Class<?>, String, Class<?>) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.ClassUtils
クラスから、指定したsetterメソッド情報を取得します。

F

field - クラス の変数com.gh.mygreen.xlsmapper.cellconverter.BaseCellConverter
フィールド情報
field(FieldInfo) - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.bind.ClassInfo.Builder
フィールド情報を追加する。
FieldAccessException - com.gh.mygreen.xlsmapper.fieldaccessorの例外
 
FieldAccessException(FieldAccessor, String) - 例外 のコンストラクタcom.gh.mygreen.xlsmapper.fieldaccessor.FieldAccessException
 
FieldAccessException(FieldAccessor, String, Throwable) - 例外 のコンストラクタcom.gh.mygreen.xlsmapper.fieldaccessor.FieldAccessException
 
FieldAccessor - com.gh.mygreen.xlsmapper.fieldaccessorのクラス
メソッド(setter/getter)とフィールドのアクセスを吸収するクラス。
FieldAccessorFactory - com.gh.mygreen.xlsmapper.fieldaccessorのクラス
FieldAccessorのインスタンスを作成するクラス。
FieldAccessorFactory(AnnotationReader) - クラス のコンストラクタcom.gh.mygreen.xlsmapper.fieldaccessor.FieldAccessorFactory
コンストラクタ
FieldAccessorProxy - com.gh.mygreen.xlsmapper.fieldaccessorのクラス
FieldProcessorFieldAccessorの組み合わせを保持します。
FieldAccessorProxy(Annotation, FieldProcessor<?>, FieldAccessor) - クラス のコンストラクタcom.gh.mygreen.xlsmapper.fieldaccessor.FieldAccessorProxy
コンストラクタ
FieldAccessorProxyComparator - com.gh.mygreen.xlsmapper.fieldaccessorのクラス
アノテーションXlsOrderに従いフィールドの順番を並び替えるComparator。
FieldAccessorProxyComparator() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.fieldaccessor.FieldAccessorProxyComparator
 
FieldAccessorUtils - com.gh.mygreen.xlsmapper.utilのクラス
FieldAccessorに対するユーティリティクラス。
FieldAccessorUtils() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.util.FieldAccessorUtils
 
FieldError - com.gh.mygreen.xlsmapper.validationのクラス
オブジェクトのフィールドであるセルのエラー情報を保持するクラスです。
FieldError(String, String, boolean, String[], Map<String, Object>) - クラス のコンストラクタcom.gh.mygreen.xlsmapper.validation.FieldError
コンストラクタ
FieldErrorBuilder - com.gh.mygreen.xlsmapper.validationのクラス
FieldErrorのインスタンスを組み立てるビルダ。
FieldErrorBuilder(String, String, String[]) - クラス のコンストラクタcom.gh.mygreen.xlsmapper.validation.FieldErrorBuilder
ビルダのインスタンスを作成します
FieldFormatter<T> - com.gh.mygreen.xlsmapper.validation.fieldvalidationのインタフェース
FieldValidator中で利用する値のフォーマッタのインタフェース。
FieldFormatterRegistry - com.gh.mygreen.xlsmapper.validation.fieldvalidationのクラス
FieldFormatterを管理するためのクラス。
FieldFormatterRegistry() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.validation.fieldvalidation.FieldFormatterRegistry
 
FieldInfo - com.gh.mygreen.xlsmapper.xml.bindのクラス
XMLのフィールド情報を保持するクラス。
FieldInfo() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.xml.bind.FieldInfo
 
FieldInfo.Builder - com.gh.mygreen.xlsmapper.xml.bindのクラス
FieldInfoを組み立てるためのクラス。
FieldProcessor<A extends Annotation> - com.gh.mygreen.xlsmapper.fieldprocessorのインタフェース
アノテーションを処理するためのインタフェース。
FieldProcessorRegistry - com.gh.mygreen.xlsmapper.fieldprocessorのクラス
FieldProcessorを管理するクラス。
FieldProcessorRegistry() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.fieldprocessor.FieldProcessorRegistry
 
FieldValidator<T> - com.gh.mygreen.xlsmapper.validation.fieldvalidationのインタフェース
フィールドに対する値の検証を行うためのインタフェース。
find(ProcessCase, String[], Sheet, CellPosition, Object, Configuration) - インタフェース のメソッドcom.gh.mygreen.xlsmapper.fieldprocessor.RecordFinder
データレコードの開始位置を検索します。
find(boolean) - クラス のメソッドcom.gh.mygreen.xlsmapper.util.CellFinder
一致する条件のセルを探す。
findFieldFormatter(String, Class<T>) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.SheetBindingErrors
フィールドとクラスタイプを指定してフォーマッタを取得する。
findForLoading(Workbook, XlsSheet, AnnotationReader, Class<?>) - クラス のメソッドcom.gh.mygreen.xlsmapper.SheetFinder
読み込み時のシートを取得する。
findFormatter(String, Class<T>) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.FieldFormatterRegistry
指定したパスとクラスタイプに対するFieldFormatterを取得する。
findForSaving(Workbook, XlsSheet, AnnotationReader, Object) - クラス のメソッドcom.gh.mygreen.xlsmapper.SheetFinder
書き込み時のシートを取得する。
findOptional() - クラス のメソッドcom.gh.mygreen.xlsmapper.util.CellFinder
一致する条件のセルを探す。
findWhenNotFoundException() - クラス のメソッドcom.gh.mygreen.xlsmapper.util.CellFinder
一致する条件のセルを探す。
FloatCellConverterFactory - com.gh.mygreen.xlsmapper.cellconverter.implのクラス
Float型を処理するCellConverterを作成するクラス。
FloatCellConverterFactory() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.cellconverter.impl.FloatCellConverterFactory
 
FloatCellConverterFactory.FloatCellConverter - com.gh.mygreen.xlsmapper.cellconverter.implのクラス
 
format(T) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.BaseCellConverter
 
format(Cell) - インタフェース のメソッドcom.gh.mygreen.xlsmapper.CellFormatter
セルの値を文字列として取得する
format(Cell, Locale) - インタフェース のメソッドcom.gh.mygreen.xlsmapper.CellFormatter
ロケールを指定してセルの値を文字列として取得する。
format(Cell) - クラス のメソッドcom.gh.mygreen.xlsmapper.DefaultCellFormatter
 
format(Cell, Locale) - クラス のメソッドcom.gh.mygreen.xlsmapper.DefaultCellFormatter
 
format() - クラス のメソッドcom.gh.mygreen.xlsmapper.localization.MessageBuilder
メッセージをフォーマットして値を取得します。
format(boolean) - クラス のメソッドcom.gh.mygreen.xlsmapper.localization.MessageBuilder
メッセージをフォーマットして値を取得します。
format(Boolean) - クラス のメソッドcom.gh.mygreen.xlsmapper.textformatter.BooleanFormatter
 
format(T) - クラス のメソッドcom.gh.mygreen.xlsmapper.textformatter.EnumFormatter
 
format(List) - クラス のメソッドcom.gh.mygreen.xlsmapper.textformatter.ListFormatter
 
format(T) - インタフェース のメソッドcom.gh.mygreen.xlsmapper.textformatter.TextFormatter
オブジェクトをフォーマットし、文字列に変換する。
format(T) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.DefaultFieldFormatter
 
format(T) - インタフェース のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.FieldFormatter
値をフォーマットする。
format(Collection<ObjectError>) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.SheetErrorFormatter
エラーオブジェクトのリストをメッセージにフォーマットする。
format(ObjectError) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.SheetErrorFormatter
エラーオブジェクトをメッセージにフォーマットする。
format(Object) - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.OgnlValueFormatter
JavaオブジェクトをOGNL式に変換する。
formatAsString() - クラス のメソッドcom.gh.mygreen.xlsmapper.util.CellPosition
セルのアドレスを取得する。
formatCellAddress(int, int) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.POIUtils
座標をExcelのアドレス形式'A1'などに変換する
formatCellAddress(Point) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.POIUtils
座標をExcelのアドレス形式'A1'になどに変換する。
formatCellAddress(Cell) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.POIUtils
セルのアドレス'A1'を取得する。
formulaHandler - クラス の変数com.gh.mygreen.xlsmapper.cellconverter.BaseCellConverter
書き込み時の数式を設定する

G

generateCodes(String, String) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.MessageCodeGenerator
コードの候補を生成する。
generateCodes(String, String, String, Class<?>) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.MessageCodeGenerator
キーの候補を生成する。
generateFieldNameCodes(String, String) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.MessageCodeGenerator
フィールド名のキーの候補を生成する。
generateMessageCodes(String) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.SheetBindingErrors
 
generateMessageCodes(String, String) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.SheetBindingErrors
 
generateMessageCodes(String, String, Class<?>) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.SheetBindingErrors
 
generateObjectNameCodes(String) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.MessageCodeGenerator
オブジェクト名のキーの候補を生成する。
generateParentNameCodes(String, String) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.MessageCodeGenerator
フィールドの親のキーの候補を生成する。
generateTypeMismatchCodes(String, String, Class<?>) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.MessageCodeGenerator
型変換エラーコードの候補を生成する。
get(ProcessCase) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.OptionalProcessCase
このOptionalProcessCaseに値が存在する場合は値を返し、それ以外の場合はNoSuchElementExceptionを返します。
get(K) - クラス のメソッドcom.gh.mygreen.xlsmapper.expression.ObjectCache
 
get(Object, int) - インタフェース のメソッドcom.gh.mygreen.xlsmapper.fieldaccessor.ArrayCommentGetter
フィールドのコメント情報を取得します。
get(Object) - インタフェース のメソッドcom.gh.mygreen.xlsmapper.fieldaccessor.CommentGetter
フィールドのコメント情報を取得します。
get(Object) - インタフェース のメソッドcom.gh.mygreen.xlsmapper.fieldaccessor.LabelGetter
フィールドのラベル情報を取得します。
get(Object, String) - インタフェース のメソッドcom.gh.mygreen.xlsmapper.fieldaccessor.MapCommentGetter
フィールドのコメント情報を取得します。
get(Object) - インタフェース のメソッドcom.gh.mygreen.xlsmapper.fieldaccessor.PositionGetter
フィールドの位置情報を取得します。
get(Class<?>, String) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.PropertyTypeNavigator
プロパティの値を取得する。
get(Object, String) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.PropertyValueNavigator
プロパティの値を取得する。
getActualFieldType(String) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.SheetBindingErrors
指定したパスのフィールドのクラスタイプを取得する。
getAdapter() - 例外 のメソッドcom.gh.mygreen.xlsmapper.fieldaccessor.FieldAccessException
 
getAddress() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.FieldError
セルのアドレス情報を取得します。
getAddressAsOptional() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.FieldError
セルのアドレス情報を取得します。
getAliasMethod() - クラス のメソッドcom.gh.mygreen.xlsmapper.textformatter.EnumFormatter
 
getAll() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.MultipleSheetBindingErrors
全てのマッピング情報を取得する。
getAllErrors() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.SheetBindingErrors
全てのエラー情報を取得する
getAnnoReader() - クラス のメソッドcom.gh.mygreen.xlsmapper.LoadingWorkObject
 
getAnnoReader() - クラス のメソッドcom.gh.mygreen.xlsmapper.SavingWorkObject
 
getAnnotation(Class<A>) - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldaccessor.FieldAccessor
タイプを指定して、アノテーションを取得する。
getAnnotation() - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldaccessor.FieldAccessorProxy
処理対象のアノテーションを取得します。
getAnnotation() - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldprocessor.impl.RecordOperation
レコードの操作用のアノテーションを取得する。
getAnnotation(Class<?>, Class<A>) - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.AnnotationReader
Returns a class annotation for the specified type if such an annotation is present, else null.
getAnnotation(Method, Class<A>) - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.AnnotationReader
メソッドに付与された指定したアノテーションを取得する。
getAnnotation(Field, Class<A>) - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.AnnotationReader
フィールドに付与されたアノテーションを指定して取得する。
getAnnotationAttribute(Annotation, String, Class<T>) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.ClassUtils
アノテーションの指定した属性値を取得する。
getAnnotationBuilder() - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.AnnotationReader
 
getAnnotationInfo(String) - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.bind.ClassInfo
アノテーションのクラス名を指定してアノテーション情報を取得する。
getAnnotationInfo(String) - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.bind.FieldInfo
アノテーションのクラス名を指定してアノテーション情報を取得する。
getAnnotationInfo(String) - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.bind.MethodInfo
アノテーションのクラス名を指定してアノテーション情報を取得する。
getAnnotationInfos() - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.bind.ClassInfo
JAXB用のアノテーション情報を全て取得するメソッド。
getAnnotationInfos() - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.bind.FieldInfo
JAXB用のアノテーション情報を全て取得するメソッド。
getAnnotationInfos() - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.bind.MethodInfo
JAXB用のアノテーション情報を全て取得するメソッド。
getAnnotationMapping() - クラス のメソッドcom.gh.mygreen.xlsmapper.Configuration
アノテーションのマッピング情報を取得する。
getAnnotationNullable(Class<A>) - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldaccessor.FieldAccessor
タイプを指定して、アノテーションを取得する。
getAnnotations() - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldaccessor.FieldAccessor
アノテーションの一覧を取得します。
getAnnotations(Class<?>) - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.AnnotationReader
Returns all class annotations.
getAnnotations(Method) - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.AnnotationReader
メソッドに付与されたアノテーションを全て取得する。
getAnnotations(Field) - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.AnnotationReader
フィールドに付与されたアノテーションを全て取得する。
getApplicationContext() - クラス のメソッドcom.gh.mygreen.xlsmapper.SpringBeanFactory
 
getArrayColumnsPropertiesByName(Class<?>, AnnotationReader, Configuration, String) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.FieldAccessorUtils
アノテーションXlsArrayColumnsが付与されているBeanのプロパティ(フィールド、アクセッサメソッド)の一覧を取得します。
getArrayCommentGetter() - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldaccessor.FieldAccessor
フィールドに対するArrayCommentGetterを取得する。
getArrayCommentSetter() - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldaccessor.FieldAccessor
フィールドに対するArrayCommentSetterを取得する。
getArraySize(Object, Class<?>) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.Utils
配列のサイズを取得します。
getArrayValidators() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.ArrayCellField
現在のArrayFieldValidatorを取得する。
getAttribute(String) - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.bind.AnnotationInfo
アノテーションの属性名を指定して、アノテーションの値を取得する。
getAttributeInfos() - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.bind.AnnotationInfo
JAXB用のアノテーションの属性情報を取得するメソッド。
getAttributeKeys() - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.bind.AnnotationInfo
アノテーションの属性名の一覧を取得する。
getBeanFactory() - クラス のメソッドcom.gh.mygreen.xlsmapper.Configuration
Beanを生成するためのFactoryクラスを取得します。
getBindClass() - 例外 のメソッドcom.gh.mygreen.xlsmapper.cellconverter.TypeBindException
 
getBindingErrors() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.CellField
エラー情報を取得する。
getBindingErrorsFactory() - クラス のメソッドcom.gh.mygreen.xlsmapper.Configuration
SheetBindingErrorsを生成するためのFactoryクラスを取得します。
getBookSheetSize() - 例外 のメソッドcom.gh.mygreen.xlsmapper.SheetNotFoundException
Excelファイルのシートの個数。
getBorderBottom(Cell) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.POIUtils
結合を考慮してセルの罫線(下部)を取得する。
getBorderLeft(Cell) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.POIUtils
結合を考慮してセルの罫線(右部)を取得する。
getBorderRight(Cell) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.POIUtils
結合を考慮してセルの罫線(左部)を取得する。
getBorderTop(Cell) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.POIUtils
結合を考慮してセルの罫線(上部)を取得する。
getBottomRightPosition() - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldprocessor.impl.RecordOperation
右下端の座標を取得する。
getBySheetIndex(int) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.MultipleSheetBindingErrors
シート番号を指定して、マッピング情報を取得する。
getBySheetName(String) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.MultipleSheetBindingErrors
シート名を指定して、マッピング情報を取得する。
getCell() - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.CellStyleProxy
 
getCell(Sheet, Point) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.POIUtils
シートから任意アドレスのセルを取得する。
getCell(Sheet, CellPosition) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.POIUtils
シートから任意アドレスのセルを取得する。
getCell(Sheet, int, int) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.POIUtils
シートから任意アドレスのセルを取得する。
getCellContents(Cell, CellFormatter) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.POIUtils
フォーマッターを指定してセルの値を取得する
getCellConverter(FieldAccessor, Configuration) - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldprocessor.AbstractFieldProcessor
指定したタイプに対するCellConverterを取得します。
getCellConverter(Class<?>, FieldAccessor, Configuration) - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldprocessor.AbstractFieldProcessor
コンポーネントタイプを指定して、指定したタイプに対するCellConverterを取得します。
getCellFormatPattern(Cell, CellFormatter) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.POIUtils
セルに設定されている書式を取得する。
getCellFormatter() - クラス のメソッドcom.gh.mygreen.xlsmapper.Configuration
POIのセルのフォーマッターを取得します。
getClassInfo(String) - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.bind.AnnotationMappingInfo
クラス名を指定してクラス情報を取得する。
getClassInfos() - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.bind.AnnotationMappingInfo
JAXB用のクラス情報を取得するメソッド。
getClassName() - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.bind.AnnotationInfo
アノテーションのクラス名を取得する。
getClassName() - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.bind.ClassInfo
クラス名を取得する。
getCodes() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.ObjectError
メッセージコードの候補を取得する。
getColSpan() - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldprocessor.MergedRecord
結合された列の幅を取得する。
getColumn() - クラス のメソッドcom.gh.mygreen.xlsmapper.util.CellPosition
列番号を取得する。
getColumn(Sheet, int) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.POIUtils
任意の列のセルを全て取得する。
getColumnPropertiesByName(Class<?>, AnnotationReader, Configuration, String) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.FieldAccessorUtils
アノテーションXlsColumnが付与されているBeanのプロパティ(フィールド、アクセッサメソッド)の一覧を取得します。
getColumns(Sheet) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.POIUtils
シートの最大列数を取得する。
getColumnSize(CellRangeAddress) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.POIUtils
領域の列サイズ(横セル数)を計算します。
getCommentGetter() - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldaccessor.FieldAccessor
フィールドに対するCommentGetterを取得する。
getCommentHandler() - クラス のメソッドcom.gh.mygreen.xlsmapper.CellCommentOperator
セルのコメントを実際に処理する実装を取得する。
getCommentOperator() - クラス のメソッドcom.gh.mygreen.xlsmapper.Configuration
セルコメントを操作するクラスを取得します。
getCommentSetter() - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldaccessor.FieldAccessor
フィールドに対するCommentSetterを取得する。
getComponentType() - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldaccessor.FieldAccessor
フィールドのタイプがListや配列の時の要素のGenericsのクラスタイプを取得します。
getConfiguration() - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.BaseCellConverter
システム情報を取得します。
getConfiguration() - クラス のメソッドcom.gh.mygreen.xlsmapper.XlsLoader
システム情報を取得します。
getConfiguration() - クラス のメソッドcom.gh.mygreen.xlsmapper.XlsMapper
システム情報を取得します。
getConfiguration() - クラス のメソッドcom.gh.mygreen.xlsmapper.XlsSaver
システム情報を取得します。
getConverterFactory(Class<T>) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.CellConverterRegistry
タイプに対するCellConverterFactoryを取得する。
getConverterRegistry() - クラス のメソッドcom.gh.mygreen.xlsmapper.Configuration
セルの値の型変換の管理クラスを取得します。
getCountDeleteRecord() - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldprocessor.impl.RecordOperation
 
getCountInsertRecord() - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldprocessor.impl.RecordOperation
 
getCurrentPath() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.SheetBindingErrors
現在のパスを取得します。
getDataFormatIndex(Sheet, String) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.POIUtils
指定した書式のインデックス番号を取得する。
getDeclaringClass() - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldaccessor.FieldAccessor
フィールドが定義されているクラス情報を取得します。
getDefaultExcelPattern() - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.AbstractDateCellConverterFactory
その型における標準のExcelの書式を返す。
getDefaultExcelPattern() - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.AbstractTemporalCellConverterFactory
その型における標準のExcelの書式を返す。
getDefaultExcelPattern() - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.DateCellConverterFactory
その型における標準のExcelの書式を返す。
getDefaultExcelPattern() - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.LocalDateCellConverterFactory
 
getDefaultExcelPattern() - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.LocalDateTimeCellConverterFactory
 
getDefaultExcelPattern() - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.LocalTimeCellConverterFactory
 
getDefaultExcelPattern() - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.SqlDateCellConverterFactory
その型における標準のExcelの書式を返す。
getDefaultExcelPattern() - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.SqlTimeCellConverterFactory
 
getDefaultExcelPattern() - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.SqlTimestampCellConverterFactory
その型における標準のExcelの書式を返す。
getDefaultJavaPattern() - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.AbstractDateCellConverterFactory
その型における標準のJavaの書式を返す。
getDefaultJavaPattern() - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.AbstractTemporalCellConverterFactory
その型における標準のJavaの書式を返す。
getDefaultJavaPattern() - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.DateCellConverterFactory
その型における標準のJavaの書式を返す。
getDefaultJavaPattern() - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.LocalDateCellConverterFactory
 
getDefaultJavaPattern() - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.LocalDateTimeCellConverterFactory
 
getDefaultJavaPattern() - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.LocalTimeCellConverterFactory
 
getDefaultJavaPattern() - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.SqlDateCellConverterFactory
その型における標準のJavaの書式を返す。
getDefaultJavaPattern() - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.SqlTimeCellConverterFactory
 
getDefaultJavaPattern() - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.SqlTimestampCellConverterFactory
その型における標準のJavaの書式を返す。
getDefaultMessage() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.ObjectError
デフォルトメッセージを取得する。
getDefaultValue() - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.BaseCellConverter
初期値を取得します。
getDescription() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.impl.PatternValidator
正規表現に対する名称を取得する。
getEncoding() - クラス のメソッドcom.gh.mygreen.xlsmapper.localization.EncodingControl
設定されている文字コードを取得します。
getErrors() - クラス のメソッドcom.gh.mygreen.xlsmapper.LoadingWorkObject
 
getErrors() - クラス のメソッドcom.gh.mygreen.xlsmapper.SavingWorkObject
 
getErrorVariables() - 例外 のメソッドcom.gh.mygreen.xlsmapper.textformatter.TextParseException
パースに失敗したときの設定値などを取得する。
getExpressionLanguage() - クラス のメソッドcom.gh.mygreen.xlsmapper.localization.MessageInterpolator
EL式を解析する実装クラスを取得する。
getField() - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.BaseCellConverter
フィールド情報を取得します。
getField() - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldaccessor.FieldAccessor
フィールド情報を取得します。
getField() - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldaccessor.FieldAccessorProxy
フィールド情報を取得します。
getField() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.FieldError
フィールド名を取得する。
getFieldActualValue(String) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.SheetBindingErrors
指定したパスのフィールドの値を取得する。
getFieldErrorCount() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.SheetBindingErrors
フィールドエラーの件数を取得する。
getFieldErrorCount(String) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.SheetBindingErrors
指定したパスのフィィールドエラーの件数を取得する。
getFieldErrors() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.SheetBindingErrors
フィールドエラーを取得する
getFieldErrors(String) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.SheetBindingErrors
パスを指定してフィールドエラーを取得する。
getFieldFormatterRegistry() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.SheetBindingErrors
フィールドのフォーマッタの管理クラスを取得する。
getFieldInfo(String) - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.bind.ClassInfo
フィールド名を指定してフィールド情報を取得する。
getFieldInfos() - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.bind.ClassInfo
JAXB用のフィールド情報を全て取得するメソッド。
getFieldName() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.CellField
フィールドの名称を取得する
getFieldName() - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.bind.FieldInfo
フィールド名を取得する
getFieldPath() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.CellField
フィールドのJavaBean上のパスを取得する。
getFieldProcessorRegistry() - クラス のメソッドcom.gh.mygreen.xlsmapper.Configuration
アノテーションを処理するプロセッサの管理クラスを取得します。
getFieldType(String) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.SheetBindingErrors
指定したパスのフィールドのクラスタイプを取得する。
getFieldValue(String) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.SheetBindingErrors
指定したパスのフィールドの値を取得する。
getFirstFieldError() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.SheetBindingErrors
先頭のフィールドエラーを取得する
getFirstFieldError(String) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.SheetBindingErrors
パスを指定して先頭のフィールドエラーを取得する。
getFirstGlobalError() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.SheetBindingErrors
先頭のグローバルエラーを取得する。
getFormatter() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.CellField
フォーマッタを取得する。
getFormatter(Class<T>) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.FieldFormatterRegistry
指定したクラスタイプに対するFieldFormatterを取得する。
getFormatter(String, Class<T>) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.FieldFormatterRegistry
指定したパスとクラスタイプに対するFieldFormatterを取得する。
getFormulaFormatter() - クラス のメソッドcom.gh.mygreen.xlsmapper.Configuration
数式をフォーマットするためのクラスを取得します。
getFromText() - 例外 のメソッドcom.gh.mygreen.xlsmapper.textformatter.TextParseException
パースに失敗した文字列を取得する
getGetter() - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldaccessor.FieldAccessor
Getterメソッドを取得します。
getGlobalErrorCount() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.SheetBindingErrors
グローバルエラーの件数を取得する
getGlobalErrors() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.SheetBindingErrors
グローバルエラーを取得する
getHeaderRecord() - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldprocessor.MergedRecord
該当する見出しの情報を取得する。
getHorizontalAlignment() - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.BaseCellConverter
セルの設定 - 横位置
getHorizontalPrefix() - クラス のメソッドcom.gh.mygreen.xlsmapper.DefaultCellCommentHandler
コメントの横方向の開始位置を取得する。
getHyperlink(Cell) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.POIUtils
ハイパーリンクを取得する。
getIgnoreableMethod() - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldprocessor.RecordMethodCache
 
getIndent() - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.BaseCellConverter
セルの設定 - インデント
getInstance() - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.xml.DynamicAnnotationBuilder
インスタンスを取得する。
getInterval() - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldprocessor.RecordHeader
この見出しが定義されている位置が、表の開始位置から離れている距離。
getJexlEngine() - クラス のメソッドcom.gh.mygreen.xlsmapper.expression.ExpressionLanguageJEXLImpl
JexlEngineを取得する。
getKey() - クラス のメソッドcom.gh.mygreen.xlsmapper.util.PropertyPath.Token.Key
括弧を除いた条件の値の取得。
getLabel() - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.CellLink
リンクの見出しを取得する
getLabel(Object) - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldaccessor.FieldAccessor
ラベル情報を取得します。
getLabel() - 例外 のメソッドcom.gh.mygreen.xlsmapper.fieldprocessor.CellNotFoundException
ラベル名を取得する
getLabel() - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldprocessor.RecordHeader
見出しセルの取得
getLabel() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.CellField
セルのラベル情報を取得します。
getLabel() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.ObjectError
ラベルを取得します。
getLabelAsOptional() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.ObjectError
ラベルを取得します。
getLabelPosition(Annotation) - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldprocessor.impl.LabelledCellHandler
ラベルの位置情報を取得する。
getLink() - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.CellLink
リンクのアドレスを取得する。
getListenerClasses() - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldprocessor.RecordMethodCache
 
getLoader() - クラス のメソッドcom.gh.mygreen.xlsmapper.XlsMapper
読み込み用クラスを取得します。
getLoadFalseValues() - クラス のメソッドcom.gh.mygreen.xlsmapper.textformatter.BooleanFormatter
 
getLoadTrueValues() - クラス のメソッドcom.gh.mygreen.xlsmapper.textformatter.BooleanFormatter
 
getLocale(String) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.Utils
文字列形式のロケールをオブジェクトに変換する。
getMapCommentGetter() - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldaccessor.FieldAccessor
フィールドに対するMapCommentGetterを取得する。
getMapCommentSetter() - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldaccessor.FieldAccessor
フィールドに対するMapCommentSetterを取得する。
getMax() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.impl.ArraySizeValidator
最大サイズを取得する
getMax() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.impl.LengthBetweenValidator
最大文字長を取得する
getMax() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.impl.LengthMaxValidator
指定した最大文字長を取得します。
getMax() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.impl.MaxValidator
上限値となる最大値を取得します。
getMax() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.impl.RangeValidator
Validatorの上限値となる最大値を取得する。
getMaxHorizontalSize() - クラス のメソッドcom.gh.mygreen.xlsmapper.DefaultCellCommentHandler
コメントの列方向の最大サイズ。
getMaxVerticalSize() - クラス のメソッドcom.gh.mygreen.xlsmapper.DefaultCellCommentHandler
コメントの縦方向の最大サイズを取得する。
getMergedRange() - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldprocessor.MergedRecord
結合情報を取得する。
getMergedRegion(Sheet, int, int) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.POIUtils
指定したセルのアドレスの結合情報を取得する。
getMergedSize() - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldprocessor.MergedRecord
結合されたサイズを取得する。
getMergedSize() - 例外 のメソッドcom.gh.mygreen.xlsmapper.fieldprocessor.NestedRecordMergedSizeException
実際のセルの結合サイズ
getMessage(String) - インタフェース のメソッドcom.gh.mygreen.xlsmapper.localization.MessageResolver
コードを指定してメッセージを取得する。
getMessage(String) - クラス のメソッドcom.gh.mygreen.xlsmapper.localization.PropertiesMessageResolver
コードを指定してメッセージを取得する。
getMessage(String) - クラス のメソッドcom.gh.mygreen.xlsmapper.localization.ResourceBundleMessageResolver
コードを指定してメッセージを取得する。
getMessage(String) - クラス のメソッドcom.gh.mygreen.xlsmapper.localization.SpringMessageResolver
コードを指定してメッセージを取得する。
getMessageCodeGenerator() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.SheetBindingErrors
 
getMessageCodeGenerator() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.SheetErrorFormatter
 
getMessageInterporlator() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.SheetErrorFormatter
 
getMessageKey() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.GroupValidatorSupport
エラー用のメッセージキーを取得します。
getMessageKey() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.impl.ArraySizeValidator
 
getMessageKey() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.impl.LengthBetweenValidator
 
getMessageKey() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.impl.LengthExactValidator
 
getMessageKey() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.impl.LengthMaxValidator
 
getMessageKey() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.impl.LengthMinValidator
 
getMessageKey() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.impl.MaxValidator
 
getMessageKey() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.impl.MinValidator
 
getMessageKey() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.impl.PatternValidator
 
getMessageKey() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.impl.RangeValidator
 
getMessageKeyRequired() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.CellField
必須エラーのメッセージキーを取得する。
getMessageResolver() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.SheetErrorFormatter
 
getMessageSourceAccessor() - クラス のメソッドcom.gh.mygreen.xlsmapper.localization.SpringMessageResolver
メッセージソースを取得する。
getMessageVariables(ArrayCellField<E>) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.AbstractArrayFieldValidator
エラーメッセージ中の変数を取得します。
getMessageVariables(CellField<T>) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.AbstractFieldValidator
エラーメッセージ中の変数を取得します。
getMessageVariables(ArrayCellField<E>) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.impl.ArraySizeValidator
 
getMessageVariables(CellField<String>) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.impl.LengthBetweenValidator
 
getMessageVariables(CellField<String>) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.impl.LengthExactValidator
 
getMessageVariables(CellField<String>) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.impl.LengthMaxValidator
 
getMessageVariables(CellField<String>) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.impl.LengthMinValidator
 
getMessageVariables(CellField<T>) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.impl.MaxValidator
 
getMessageVariables(CellField<T>) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.impl.MinValidator
 
getMessageVariables(CellField<String>) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.impl.PatternValidator
 
getMessageVariables(CellField<T>) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.impl.RangeValidator
 
getMessageVars() - 例外 のメソッドcom.gh.mygreen.xlsmapper.cellconverter.TypeBindException
 
getMethod() - クラス のメソッドcom.gh.mygreen.xlsmapper.NeedProcess
 
getMethodInfo(String) - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.bind.ClassInfo
メソッド名を指定してメソッド情報を取得する。
getMethodInfos() - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.bind.ClassInfo
JAXB用のメソッド情報を全て取得するメソッド。
getMethodName() - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.bind.MethodInfo
メソッド名を取得する
getMin() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.impl.ArraySizeValidator
最小サイズを取得する
getMin() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.impl.LengthBetweenValidator
最小文字長を取得する
getMin() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.impl.LengthMinValidator
指定した最小文字長を取得します。
getMin() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.impl.MinValidator
上限値となる最小値を取得します。
getMin() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.impl.RangeValidator
Validatorの下限値となる最小値を取得する。
getName() - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldaccessor.FieldAccessor
フィールドの名称を取得します。
getNameWithClass() - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldaccessor.FieldAccessor
クラス名付きのフィールド名称を取得する。
getNeedPostProcesses() - クラス のメソッドcom.gh.mygreen.xlsmapper.LoadingWorkObject
 
getNeedPostProcesses() - クラス のメソッドcom.gh.mygreen.xlsmapper.SavingWorkObject
 
getObject() - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldprocessor.ListenerClassCache
 
getObjectName() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.ObjectError
オブジェクト名の取得。
getObjectName() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.SheetBindingErrors
現在のオブジェクト名称を取得する
getPath() - クラス のメソッドcom.gh.mygreen.xlsmapper.util.PropertyPath
解析元のパスを取得する。
getPathAsToken() - クラス のメソッドcom.gh.mygreen.xlsmapper.util.PropertyPath
トークンに分割した結果を取得する。
getPattern(Cell) - インタフェース のメソッドcom.gh.mygreen.xlsmapper.CellFormatter
セルの書式を取得する。
getPattern(Cell, Locale) - インタフェース のメソッドcom.gh.mygreen.xlsmapper.CellFormatter
セルの書式を取得する。
getPattern(Cell) - クラス のメソッドcom.gh.mygreen.xlsmapper.DefaultCellFormatter
 
getPattern(Cell, Locale) - クラス のメソッドcom.gh.mygreen.xlsmapper.DefaultCellFormatter
 
getPattern() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.DefaultFieldFormatter
フォーマットする際の書式
getPattern() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.impl.PatternValidator
設定されている正規表現を取得する。
getPoiCellFormatter() - クラス のメソッドcom.gh.mygreen.xlsmapper.DefaultCellFormatter
POICellFormatterを取得する
getPosition(Object) - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldaccessor.FieldAccessor
位置情報を取得します。
getPosition() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.CellField
セルの位置情報を取得します。
getPostLoadMethods() - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldprocessor.ListenerClassCache
 
getPostLoadMethods() - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldprocessor.RecordMethodCache
 
getPostSaveMethods() - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldprocessor.ListenerClassCache
 
getPostSaveMethods() - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldprocessor.RecordMethodCache
 
getPrefix() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.MessageCodeGenerator
メッセージの接頭語を取得する。
getPreLoadMethods() - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldprocessor.ListenerClassCache
 
getPreLoadMethods() - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldprocessor.RecordMethodCache
 
getPreSaveMethods() - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldprocessor.ListenerClassCache
 
getPreSaveMethods() - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldprocessor.RecordMethodCache
 
getPrimitiveDefaultValue(Class<?>) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.Utils
プリミティブ型のデフォルト値を取得します。
getProcess() - クラス のメソッドcom.gh.mygreen.xlsmapper.NeedProcess
 
getProcessor() - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldaccessor.FieldAccessorProxy
FieldProcessorを取得します。
getProcessor(Class<A>) - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldprocessor.FieldProcessorRegistry
アノテーションに対するFieldProcessorを取得する。
getProperties() - クラス のメソッドcom.gh.mygreen.xlsmapper.localization.PropertiesMessageResolver
 
getPropertiesWithAnnotation(Class<?>, AnnotationReader, Class<? extends Annotation>) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.FieldAccessorUtils
指定したアノテーションを持つBeanのプロパティ(フィールド、アクセッサメソッド)の一覧を取得します。
getProperty(Object, String) - クラス のメソッドcom.gh.mygreen.xlsmapper.util.PropertyValueNavigator
プロパティの値を取得する。
getPropertyType(Class<?>, String) - クラス のメソッドcom.gh.mygreen.xlsmapper.util.PropertyTypeNavigator
プロパティの値を取得する。
getRejectedValue() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.FieldError
エラートとなったフィールドの値を取得する。
getRequiredLengths() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.impl.LengthExactValidator
比較対象の文字長の候補を取得する。
getRow() - クラス のメソッドcom.gh.mygreen.xlsmapper.util.CellPosition
行番号を取得する。
getRow(Sheet, int) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.POIUtils
任意の行のセルを全て取得する。
getRows(Sheet) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.POIUtils
シートの最大行数を取得する jxl.Sheet.getRows()
getRowSize(CellRangeAddress) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.POIUtils
領域の行サイズ(行セル数)を計算します。
getRowSpan() - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldprocessor.MergedRecord
結合された行の幅を取得する。
getSaveFalseValue() - クラス のメソッドcom.gh.mygreen.xlsmapper.textformatter.BooleanFormatter
 
getSaver() - クラス のメソッドcom.gh.mygreen.xlsmapper.XlsMapper
保存用クラスを取得します。
getSaveTrueValue() - クラス のメソッドcom.gh.mygreen.xlsmapper.textformatter.BooleanFormatter
 
getSetter() - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldaccessor.FieldAccessor
Setterメソッドを取得します。
getSettingGroups() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.GroupValidatorSupport
設定されているバリデーションのグループを取得する。
getSheetFinder() - クラス のメソッドcom.gh.mygreen.xlsmapper.Configuration
処理対象のシートを取得するためのクラスを取得します。
getSheetIndex() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.SheetBindingErrors
シート番号を取得する
getSheetName() - 例外 のメソッドcom.gh.mygreen.xlsmapper.fieldprocessor.CellNotFoundException
シート名を取得する
getSheetName() - 例外 のメソッドcom.gh.mygreen.xlsmapper.fieldprocessor.NestedRecordMergedSizeException
対象のシート名
getSheetName() - 例外 のメソッドcom.gh.mygreen.xlsmapper.SheetNotFoundException
検索対象のシート名。
getSheetName() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.ObjectError
シート名を取得します
getSheetName() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.SheetBindingErrors
現在のシート名を取得する。
getSheetNumber() - 例外 のメソッドcom.gh.mygreen.xlsmapper.SheetNotFoundException
検索対象のシート番号。
getTarget() - クラス のメソッドcom.gh.mygreen.xlsmapper.NeedProcess
 
getTarget() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.SheetBindingErrors
検証対象のオブジェクトを取得する。
getTargetAnnotation() - 例外 のメソッドcom.gh.mygreen.xlsmapper.AnnotationInvalidException
エラーの元となったアノテーションを取得する。
getTargetType() - 例外 のメソッドcom.gh.mygreen.xlsmapper.cellconverter.ConversionException
 
getTargetValidator() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.beanvalidation.SheetBeanValidator
BeanValidationのValidatorを取得する。
getTargetValue() - 例外 のメソッドcom.gh.mygreen.xlsmapper.cellconverter.TypeBindException
 
getTextFormatter() - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.BaseCellConverter
文字列とオブジェクトを相互変換するフォーマッタを取得します。
getToken() - クラス のメソッドcom.gh.mygreen.xlsmapper.util.PropertyPath.Token
トークンの値を取得する
getToObjectMap() - クラス のメソッドcom.gh.mygreen.xlsmapper.textformatter.EnumFormatter
 
getTopLeftPoisitoin() - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldprocessor.impl.RecordOperation
左上端の座標を取得する。
getToStringMap() - クラス のメソッドcom.gh.mygreen.xlsmapper.textformatter.EnumFormatter
 
getType() - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldaccessor.FieldAccessor
フィールドのタイプを取得します。
getType() - クラス のメソッドcom.gh.mygreen.xlsmapper.textformatter.EnumFormatter
 
getType() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.CellField
フィールドのクラスタイプを取得する。
getTypeMismatchCode() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.MessageCodeGenerator
型変換エラー時のエラーコードを取得する。
getValidators() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.CellField
現在のFieldValidatorを取得する。
getValue(Object) - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldaccessor.FieldAccessor
オブジェクトのフィールドの値を取得します。
getValue() - 例外 のメソッドcom.gh.mygreen.xlsmapper.localization.MessageParseException
value を取得する
getValue() - クラス のメソッドcom.gh.mygreen.xlsmapper.util.PropertyPath.Token
エスケープ文字を取得する。
getValue() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.CellField
フィールドの値を取得する。
getValue() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.SheetBindingErrors
現在のパス上のプロパティの値を取得します。
getValueAsList() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.ArrayCellField
フィールドの値をリストに変換して取得する。
getValueFormatter() - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.xml.XmlBuilder
JavaオブジェクトをOGNL式に変換するためのクラスを取得する。
getValueOfMap(Object, Object) - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldaccessor.FieldAccessor
フィールドがマップ形式の場合に、キーを指定して値を取得する。
getVariables() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.ObjectError
メッセージ変数を取得する。
getVersion(Sheet) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.POIUtils
シートの種類を判定する。
getVertialPrefix() - クラス のメソッドcom.gh.mygreen.xlsmapper.DefaultCellCommentHandler
コメントの縦方向の開始位置を取得する。
getVerticalAlignment() - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.BaseCellConverter
セルの設定 - 縦位置
GroupValidatorSupport - com.gh.mygreen.xlsmapper.validation.fieldvalidationのクラス
バリデーション時のヒントとなるグループを指定することが可能なValidatorのサポートクラス。
GroupValidatorSupport() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.validation.fieldvalidation.GroupValidatorSupport
 

H

handle(Annotation, ProcessCase) - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldprocessor.impl.LabelledCellHandler
見出し付きのセルの情報を取得する。
handleFormula(FieldAccessor, Configuration, Cell, Object) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.CellFormulaHandler
セルに数式を設定する
handleLoad(Cell, Optional<XlsCommentOption>) - インタフェース のメソッドcom.gh.mygreen.xlsmapper.CellCommentHandler
シート読み込み時にセルのコメントを取得する。
handleLoad(Cell, Optional<XlsCommentOption>) - クラス のメソッドcom.gh.mygreen.xlsmapper.DefaultCellCommentHandler
 
handleOnLoading(Annotation, CellPosition, CellConverter<?>, LoadingWorkObject, ArrayDirection) - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldprocessor.impl.ArrayCellsHandler
 
handleOnSaving(List<Object>, Annotation, CellPosition, CellConverter, SavingWorkObject, ArrayDirection) - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldprocessor.impl.ArrayCellsHandler
 
handleSave(Cell, Optional<String>, Optional<XlsCommentOption>) - インタフェース のメソッドcom.gh.mygreen.xlsmapper.CellCommentHandler
シート書き込み時にセルのコメントを設定する。
handleSave(Cell, Optional<String>, Optional<XlsCommentOption>) - クラス のメソッドcom.gh.mygreen.xlsmapper.DefaultCellCommentHandler
 
hasAnnotation(Class<A>) - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldaccessor.FieldAccessor
指定したアノテーションを持つか判定します。
hasAnnotation(Method, Class<A>) - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.AnnotationReader
メソッドに付与されたアノテーションを持つか判定します。
hasAnnotation(Field, Class<A>) - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.AnnotationReader
フィールドに付与されたアノテーションを持つか判定します。
hasAnnotationAttribute(Annotation, String, Class<T>) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.ClassUtils
アノテーションの指定した属性値を持つかどうか判定する。
hasErrors() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.CellField
フィールドに対してエラーが存在するかどうか。
hasErrors() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.SheetBindingErrors
エラーがあるか確かめる。
hasFieldErrors() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.SheetBindingErrors
フィールドエラーが存在するか確かめる。
hasFieldErrors(String) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.SheetBindingErrors
指定したパスのフィィールドエラーが存在するか確かめる。
hasGlobalErrors() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.SheetBindingErrors
グローバルエラーがあるか確かめる。
hashCode() - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.CellLink
 
hashCode() - クラス のメソッドcom.gh.mygreen.xlsmapper.util.CellPosition
 
hasNotErrors() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.CellField
フィールドに対してエラーが存在しなかどうか。
headerAddress() - クラス のメソッドcom.gh.mygreen.xlsmapper.annotation.XlsHorizontalRecordsForIterateTables
 
headerAddress() - クラス のメソッドcom.gh.mygreen.xlsmapper.annotation.XlsVerticalRecordsForIterateTables
 
headerBottom() - クラス のメソッドcom.gh.mygreen.xlsmapper.annotation.XlsHorizontalRecordsForIterateTables
 
headerColumn() - クラス のメソッドcom.gh.mygreen.xlsmapper.annotation.XlsHorizontalRecordsForIterateTables
 
headerColumn() - クラス のメソッドcom.gh.mygreen.xlsmapper.annotation.XlsVerticalRecordsForIterateTables
 
headerLabel() - クラス のメソッドcom.gh.mygreen.xlsmapper.annotation.XlsLabelledArrayCellsForIterateTable
 
headerLabel() - クラス のメソッドcom.gh.mygreen.xlsmapper.annotation.XlsLabelledCellForIterateTable
 
headerLabel() - クラス のメソッドcom.gh.mygreen.xlsmapper.annotation.XlsLabelledCommentForIterateTable
 
headerLimit() - クラス のメソッドcom.gh.mygreen.xlsmapper.annotation.XlsHorizontalRecordsForIterateTables
 
headerLimit() - クラス のメソッドcom.gh.mygreen.xlsmapper.annotation.XlsVerticalRecordsForIterateTables
 
headerRight() - クラス のメソッドcom.gh.mygreen.xlsmapper.annotation.XlsVerticalRecordsForIterateTables
 
headerRow() - クラス のメソッドcom.gh.mygreen.xlsmapper.annotation.XlsHorizontalRecordsForIterateTables
 
headerRow() - クラス のメソッドcom.gh.mygreen.xlsmapper.annotation.XlsVerticalRecordsForIterateTables
 
horizontalAlignment - クラス の変数com.gh.mygreen.xlsmapper.cellconverter.BaseCellConverter
セルの設定 - 横位置
HorizontalRecordsProcessor - com.gh.mygreen.xlsmapper.fieldprocessor.implのクラス
アノテーションXlsHorizontalRecordsを処理するクラス。
HorizontalRecordsProcessor() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.fieldprocessor.impl.HorizontalRecordsProcessor
 

I

incrementCopyRecord() - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldprocessor.impl.RecordOperation
レコードのコピー回数を1つ増やす
incrementDeleteRecord() - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldprocessor.impl.RecordOperation
レコードの削除回数を1つ増やす
incrementInsertRecord() - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldprocessor.impl.RecordOperation
レコードの挿入回数を1つ増やす
indent - クラス の変数com.gh.mygreen.xlsmapper.cellconverter.BaseCellConverter
セルの設定 - インデント
init() - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.CellConverterRegistry
初期化を行います。
init(boolean) - インタフェース のメソッドcom.gh.mygreen.xlsmapper.CellFormatter
キャッシュの情報の初期化と設定を行います。
init(boolean) - クラス のメソッドcom.gh.mygreen.xlsmapper.DefaultCellFormatter
 
init() - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldprocessor.FieldProcessorRegistry
FieldProcessorの登録状態を初期値に戻します。
init() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.FieldFormatterRegistry
登録されているフォーマッタを初期化する。
init(ClassLoader) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.xml.DynamicAnnotationBuilder
アノテーションが定義されたClassLoaderを設定する。
init(ClassLoader, ClassLoader[]) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.xml.DynamicAnnotationBuilder
アノテーションが定義されたClassLoaderとJavaBeansを定義したClassLoaderを設定する。
insertRow(Sheet, int) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.POIUtils
指定した行の下に行を1行追加する
instanceOf(Object, Class<?>, String) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.ArgUtils
検証対象の値が、指定したクラスを継承しているかどうか検証する。
IntegerCellConverterFactory - com.gh.mygreen.xlsmapper.cellconverter.implのクラス
Integer型を処理するCellConverterを作成するクラス。
IntegerCellConverterFactory() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.cellconverter.impl.IntegerCellConverterFactory
 
IntegerCellConverterFactory.IntegerCellConverter - com.gh.mygreen.xlsmapper.cellconverter.implのクラス
 
InternalFieldErrorBuilder - com.gh.mygreen.xlsmapper.validationのクラス
SheetBindingErrors経由で呼び出されるFieldErrorのビルダクラス。
InternalFieldErrorBuilder(SheetBindingErrors<?>, String, String, String[]) - クラス のコンストラクタcom.gh.mygreen.xlsmapper.validation.InternalFieldErrorBuilder
ビルダのインスタンスを作成します
InternalObjectErrorBuilder - com.gh.mygreen.xlsmapper.validationのクラス
SheetBindingErrors経由で呼び出されるObjectErrorのビルダクラス。
InternalObjectErrorBuilder(SheetBindingErrors<?>, String, String[]) - クラス のコンストラクタcom.gh.mygreen.xlsmapper.validation.InternalObjectErrorBuilder
ビルダのインスタンスを作成します。
interpolate(String, Map<String, ?>) - クラス のメソッドcom.gh.mygreen.xlsmapper.localization.MessageInterpolator
メッセージを引数varsで指定した変数で補完する。
interpolate(String, Map<String, ?>, boolean) - クラス のメソッドcom.gh.mygreen.xlsmapper.localization.MessageInterpolator
メッセージを引数varsで指定した変数で補完する。
interpolate(String, Map<String, ?>, boolean, MessageResolver) - クラス のメソッドcom.gh.mygreen.xlsmapper.localization.MessageInterpolator
メッセージを引数varsで指定した変数で補完する。
interpolate(String, MessageInterpolator.Context) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.beanvalidation.MessageInterpolatorAdapter
 
interpolate(String, MessageInterpolator.Context, Locale) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.beanvalidation.MessageInterpolatorAdapter
 
intersectsRegion(CellRangeAddressBase, CellRangeAddressBase) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.POIUtils
セルの範囲が重複(交錯)しているかどうか判定する。
invokeNeedProcessMethod(Object, Method, Object, Sheet, Configuration, SheetBindingErrors<?>, ProcessCase) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.Utils
PostProcessなどのメソッドを実行する。
invokeNestedValidator(ObjectValidator<S>, S, SheetBindingErrors<?>, String, Class<?>...) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.ObjectValidatorSupport
ネストしたプロパティの値の検証を実行する。
invokeNestedValidator(ObjectValidator<S>, S, SheetBindingErrors<?>, String, int, Class<?>...) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.ObjectValidatorSupport
リストや配列の形式のネストしたプロパティの値の検証を実行する。
invokeNestedValidator(ObjectValidator<S>, S, SheetBindingErrors<?>, String, String, Class<?>...) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.ObjectValidatorSupport
マップ形式のネストしたプロパティの値の検証を実行する。
isAccessible(Map, Object, Member, String) - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.AllAllowMemberAccess
 
isAccessorMethod(Method) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.ClassUtils
メソッドがアクセッサメソッド(getter/setter)か判定します。
isAllowPrivate() - クラス のメソッドcom.gh.mygreen.xlsmapper.util.PropertyTypeNavigator
実行時オプション - 非公開のプロパティにアクセス可能かどうか。
isAllowPrivate() - クラス のメソッドcom.gh.mygreen.xlsmapper.util.PropertyValueNavigator
実行時オプション - 非公開のプロパティにアクセス可能かどうか。
isBooleanGetterMethod(Method) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.ClassUtils
メソッドがプリミティブ型のbooleanに対するgetterの書式かどうか判定する。
isCacheCellValueOnLoad() - クラス のメソッドcom.gh.mygreen.xlsmapper.Configuration
読み込み時にセルの値のキャッシュを行うかどうか設定します。
isCached() - クラス のメソッドcom.gh.mygreen.xlsmapper.DefaultCellFormatter
値をキャッシュするかどうか。
isCacheWithPath() - クラス のメソッドcom.gh.mygreen.xlsmapper.util.PropertyTypeNavigator
プロパティの解析結果をキャッシュするかどうか。
isCacheWithPath() - クラス のメソッドcom.gh.mygreen.xlsmapper.util.PropertyValueNavigator
プロパティの解析結果をキャッシュするかどうか。
isComponentType() - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldaccessor.FieldAccessor
フィールドタイプがListや配列の時の要素のGenericsのクラスタイプかどうか。
isContinueTypeBindFailure() - クラス のメソッドcom.gh.mygreen.xlsmapper.Configuration
型変換エラーが発生しても処理を続けるかどうか。
isConversionFailure() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.FieldError
型変換に失敗したかどうか。
isCopyRecord() - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldprocessor.impl.RecordOperation
レコードの挿入回数が1以上かどうか。
isCorrectCellDataValidationOnSave() - クラス のメソッドcom.gh.mygreen.xlsmapper.Configuration
書き込み時にセルの入力規則を修正するかどうか。
isCorrectNameRangeOnSave() - クラス のメソッドcom.gh.mygreen.xlsmapper.Configuration
書き込み時に名前の定義範囲を修正するかどうか
isDateStart1904(Workbook) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.POIUtils
日時の開始日が1904年かどうか。
isDeleteRecord() - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldprocessor.impl.RecordOperation
レコードの削除回数が1以上かどうか。
isEmpty() - クラス のメソッドcom.gh.mygreen.xlsmapper.util.IsEmptyBuilder
判定結果が空かどうか。
isEmpty() - インタフェース のメソッドcom.gh.mygreen.xlsmapper.util.IsEmptyComparator
空かどうか判定する。
isEmpty(String) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.Utils
文字列が空文字か判定する。
isEmpty(Collection<?>) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.Utils
コレクションが空か判定する。
isEmpty(Object[]) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.Utils
配列がが空か判定する。
IsEmptyBuilder - com.gh.mygreen.xlsmapper.utilのクラス
値が全て空かどかチェックするためのクラス。
IsEmptyBuilder() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.util.IsEmptyBuilder
コンストラクタ。
IsEmptyBuilder(IsEmptyConfig) - クラス のコンストラクタcom.gh.mygreen.xlsmapper.util.IsEmptyBuilder
IsEmptyConfigを指定するコンストラクタ。
isEmptyCell(String, Cell) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.BaseCellConverter
セルの値が空かどうか判定します。
isEmptyCell(String, Cell) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.CellLinkCellConverterFactory.CellLinkCellConverter
 
isEmptyCell(String, Cell) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.URICellConverterFactory.URICellConverter
 
isEmptyCellContents(Cell) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.POIUtils
指定してセルの値が空かどうか判定する。
isEmptyCellContents(Cell, CellFormatter) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.POIUtils
フォーマッターを指定してセルの値が空かどうか判定する。
IsEmptyComparator - com.gh.mygreen.xlsmapper.utilのインタフェース
IsEmptyBuilderで独自の実装で空と判定するためのインタフェース。
IsEmptyConfig - com.gh.mygreen.xlsmapper.utilのクラス
IsEmptyBuilderの設定を組み立てるクラス。
IsEmptyConfig() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.util.IsEmptyConfig
コンストラクタ
isEmptyValue(T, Configuration) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.BaseCellConverter
オブジェクトの値を空と判定する
isExecuteOverRecordOperation() - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldprocessor.impl.RecordOperation
レコードが足りない時の操作を行ったかどうか。
isExecuteRecordOperation() - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldprocessor.impl.RecordOperation
レコードの操作を行ったかどうか。
isFailToFalse() - クラス のメソッドcom.gh.mygreen.xlsmapper.textformatter.BooleanFormatter
 
isFormulaRecalcurationOnSave() - クラス のメソッドcom.gh.mygreen.xlsmapper.Configuration
書き込み時に式の再計算をするか設定します。
isGetterMethod(Method) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.ClassUtils
メソッドがgetterの書式かどうか判定する。
isIgnoreCase() - クラス のメソッドcom.gh.mygreen.xlsmapper.textformatter.BooleanFormatter
 
isIgnoreCase() - クラス のメソッドcom.gh.mygreen.xlsmapper.textformatter.EnumFormatter
 
isIgnoreNotFoundKey() - クラス のメソッドcom.gh.mygreen.xlsmapper.util.PropertyValueNavigator
実行時オプション - 配列/Collection/Mapにアクセスする際に指定したキーの要素が存在しない場合に処理を終了するかどうか。
isIgnoreNotResolveType() - クラス のメソッドcom.gh.mygreen.xlsmapper.util.PropertyTypeNavigator
クラスタイプの解析ができない場合に処理を終了するかどうか。
isIgnoreNull() - クラス のメソッドcom.gh.mygreen.xlsmapper.util.PropertyValueNavigator
実行時オプション - 値がnullの場合に例外をスローしないでその時点で処理を終了するかどうか。
isIgnoreSheetNotFound() - クラス のメソッドcom.gh.mygreen.xlsmapper.Configuration
シートが見つからなくても無視するかどうか。
isInclusive() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.impl.MaxValidator
値を比較する際に指定した値を含むかどうかを取得します。
isInclusive() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.impl.MinValidator
値を比較する際に指定した値を含むかどうかを取得します。
isInclusive() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.impl.RangeValidator
値を比較する際に指定した値を含むかどうかを取得します。
isInputEmpty() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.ArrayCellField
フィールドの値が空かどうか。
isInputEmpty() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.CellField
フィールドの値が空かどうか。
isInsertRecord() - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldprocessor.impl.RecordOperation
レコードの挿入回数が1以上かどうか。
isLoadCase(ProcessCase[]) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.Utils
読み込み処理のケースか判定する。
isMergeCellOnSave() - クラス のメソッドcom.gh.mygreen.xlsmapper.Configuration
書き込み時にセルの結合を行うかどうか
isNormalizeLabelText() - クラス のメソッドcom.gh.mygreen.xlsmapper.Configuration
ラベルの文字列を空白などを正規化してマッピングするかどうか。
isNotEmpty() - クラス のメソッドcom.gh.mygreen.xlsmapper.util.IsEmptyBuilder
判定結果がが空でないかどうか。
isNotEmpty(String) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.Utils
文字列が空文字でないか判定する。
isNotEmpty(Collection<?>) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.Utils
 
isNotEmpty(Object[]) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.Utils
配列が空でないか判定する
isNotExecuteOverRecordOperation() - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldprocessor.impl.RecordOperation
レコードが足りない時の操作を行っていないかどうか。
isNotExecuteRecordOperation() - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldprocessor.impl.RecordOperation
レコードの操作を行っていないかどうか。
isOverride() - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.bind.ClassInfo
既存のクラスの定義にあるアノテーションの設定をXMLの定義で上書きするかどうか。
isOverride() - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.bind.FieldInfo
既存のフィールドの定義にあるアノテーションの設定をXMLの定義で上書きするかどうか。
isOverride() - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.bind.MethodInfo
既存のメソッドの定義にあるアノテーションの設定をXMLの定義で上書きするかどうか。
isPresent(ProcessCase) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.OptionalProcessCase
存在する値がある場合はtrueを返し、それ以外の場合はfalseを返します。
isPrimaryFormula() - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.CellFormulaHandler
セルの値が設定済みの時に、数式の設定を優先するかどうか。
isPrimitiveBoolean(Class<?>) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.ClassUtils
タイプがプリミティブのboolean型かどうか判定する。
isProcessCase(ProcessCase, ProcessCase[]) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.Utils
現在の処理ケースが該当するか判定する。
isReadable() - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldaccessor.FieldAccessor
読み込み可能かどうか判定します。
isRegexLabelText() - クラス のメソッドcom.gh.mygreen.xlsmapper.Configuration
ラベルを正規表現でマッピングするかどうか。
isRequired() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.CellField
値が必須かチェックを行うかどうか。
isRequiredElement() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.ArrayCellField
要素の値が必須かチェックを行うかどうか。
isSaveCase(ProcessCase[]) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.Utils
書き込み処理のケースか判定する。
isSetterMethod(Method) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.ClassUtils
メソッドがsetterの書式かどうか判定する。
isShrinktToFit() - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.BaseCellConverter
セルの設定 - セルを縮小して表示するかどうか。
isTestArrayElement() - クラス のメソッドcom.gh.mygreen.xlsmapper.util.IsEmptyConfig
配列の値も検証対象とするかどうか。
isTestCollectionElement() - クラス のメソッドcom.gh.mygreen.xlsmapper.util.IsEmptyConfig
Collectionの値も検証対象とするかどうか。
isTestMapValue() - クラス のメソッドcom.gh.mygreen.xlsmapper.util.IsEmptyConfig
Mapの値も検証対象とするかどうか。
isTestTransient() - クラス のメソッドcom.gh.mygreen.xlsmapper.util.IsEmptyConfig
transientが付与されたフィールドも対象とするかどうか。
isTrimmed() - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.BaseCellConverter
値をトリミングするかどうか。
isWrapText() - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.BaseCellConverter
セルの設定 - 折り返して全体を表示するかどうか。
isWritable() - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldaccessor.FieldAccessor
書き込み可能かどうか判定します。
isZeroAsEmpty() - クラス のメソッドcom.gh.mygreen.xlsmapper.util.IsEmptyConfig
数値の0を空として扱うかどうか。
IterateTablesProcessor - com.gh.mygreen.xlsmapper.fieldprocessor.implのクラス
アノテーションXlsIterateTablesを処理する。
IterateTablesProcessor() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.fieldprocessor.impl.IterateTablesProcessor
 

J

join(int[], String) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.expression.CustomFunctions
int型の配列の値を結合する。
join(Object[], String) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.expression.CustomFunctions
配列の値を結合する。
join(Collection<?>, String) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.expression.CustomFunctions
コレクションの値を結合する。
join(Collection<?>, String, boolean, boolean, ElementConverter) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.Utils
コレクションの要素を指定した区切り文字で繋げて1つの文字列とする。
join(Object[], String) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.Utils
配列の要素を指定した区切り文字で繋げて1つの文字列とする。
join(Object[], String, ElementConverter) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.Utils
配列の要素を指定した区切り文字で繋げて1つの文字列とする。
join(Collection<?>, String) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.Utils
Collectionの要素を指定した区切り文字で繋げて1つの文字列とする。
join(Collection<?>, String, ElementConverter) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.Utils
Collectionの要素を指定した区切り文字で繋げて1つの文字列とする。
judgeLinkType(String) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.POIUtils
リンクのアドレスを判定する。

K

Key(String) - クラス のコンストラクタcom.gh.mygreen.xlsmapper.util.PropertyPath.Token.Key
 

L

label() - クラス のメソッドcom.gh.mygreen.xlsmapper.annotation.XlsLabelledArrayCellsForIterateTable
 
label() - クラス のメソッドcom.gh.mygreen.xlsmapper.annotation.XlsLabelledCellForIterateTable
 
label() - クラス のメソッドcom.gh.mygreen.xlsmapper.annotation.XlsLabelledCommentForIterateTable
 
label(String) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.FieldErrorBuilder
ラベルを設定します。
label(Optional<String>) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.FieldErrorBuilder
ラベルを設定します。
label(String) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.InternalFieldErrorBuilder
 
label(Optional<String>) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.InternalFieldErrorBuilder
 
label(String) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.InternalObjectErrorBuilder
 
label(Optional<String>) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.InternalObjectErrorBuilder
 
label(String) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.ObjectErrorBuilder
ラベルを設定します。
label(Optional<String>) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.ObjectErrorBuilder
ラベルを設定します。
labelColumn() - クラス のメソッドcom.gh.mygreen.xlsmapper.annotation.XlsLabelledArrayCellsForIterateTable
 
labelColumn() - クラス のメソッドcom.gh.mygreen.xlsmapper.annotation.XlsLabelledCellForIterateTable
 
labelColumn() - クラス のメソッドcom.gh.mygreen.xlsmapper.annotation.XlsLabelledCommentForIterateTable
 
LabelGetter - com.gh.mygreen.xlsmapper.fieldaccessorのインタフェース
フィールドのラベル情報を取得するためのインタフェース。
LabelGetterFactory - com.gh.mygreen.xlsmapper.fieldaccessorのクラス
LabelGetterのインスタンスを作成する。
LabelGetterFactory() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.fieldaccessor.LabelGetterFactory
 
LabelInfo() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.fieldprocessor.impl.LabelledCellHandler.LabelInfo
 
LabelledArrayCellsProcessor - com.gh.mygreen.xlsmapper.fieldprocessor.implのクラス
XlsLabelledArrayCellsを処理するプロセッサ。
LabelledArrayCellsProcessor() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.fieldprocessor.impl.LabelledArrayCellsProcessor
 
LabelledCellHandler - com.gh.mygreen.xlsmapper.fieldprocessor.implのクラス
ラベル付きのセルの開始位置を検索するクラス。
LabelledCellHandler(FieldAccessor, Sheet, Configuration) - クラス のコンストラクタcom.gh.mygreen.xlsmapper.fieldprocessor.impl.LabelledCellHandler
 
LabelledCellHandler.LabelInfo - com.gh.mygreen.xlsmapper.fieldprocessor.implのクラス
ラベル情報
LabelledCellProcessor - com.gh.mygreen.xlsmapper.fieldprocessor.implのクラス
XlsLabelledCellを処理するFieldProcessor。
LabelledCellProcessor() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.fieldprocessor.impl.LabelledCellProcessor
 
LabelledCellType - com.gh.mygreen.xlsmapper.annotationの列挙
アノテーションXlsLabelledCellにて、見出しセルにから見て値が設定されているセルの位置を指定します。
LabelledCommentProcessor - com.gh.mygreen.xlsmapper.fieldprocessor.implのクラス
XlsLabelledCommentを処理するFieldProcessor。
LabelledCommentProcessor() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.fieldprocessor.impl.LabelledCommentProcessor
 
labelMerged() - クラス のメソッドcom.gh.mygreen.xlsmapper.annotation.XlsLabelledArrayCellsForIterateTable
 
labelMerged() - クラス のメソッドcom.gh.mygreen.xlsmapper.annotation.XlsLabelledCellForIterateTable
 
labelRow() - クラス のメソッドcom.gh.mygreen.xlsmapper.annotation.XlsLabelledArrayCellsForIterateTable
 
labelRow() - クラス のメソッドcom.gh.mygreen.xlsmapper.annotation.XlsLabelledCellForIterateTable
 
labelRow() - クラス のメソッドcom.gh.mygreen.xlsmapper.annotation.XlsLabelledCommentForIterateTable
 
LabelSetter - com.gh.mygreen.xlsmapper.fieldaccessorのインタフェース
フィールドのラベル情報を設定するためのインタフェース。
LabelSetterFactory - com.gh.mygreen.xlsmapper.fieldaccessorのクラス
LabelSetterのインスタンスを作成する
LabelSetterFactory() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.fieldaccessor.LabelSetterFactory
 
LengthBetweenValidator - com.gh.mygreen.xlsmapper.validation.fieldvalidation.implのクラス
文字列が指定した文字長の範囲内かどうかチェックする。
LengthBetweenValidator(int, int) - クラス のコンストラクタcom.gh.mygreen.xlsmapper.validation.fieldvalidation.impl.LengthBetweenValidator
制約の文字長を指定するコンストラクタ。
LengthExactValidator - com.gh.mygreen.xlsmapper.validation.fieldvalidation.implのクラス
文字列が指定した文字長かどうか検証する。
LengthExactValidator(int...) - クラス のコンストラクタcom.gh.mygreen.xlsmapper.validation.fieldvalidation.impl.LengthExactValidator
文字長を指定するコンストラクタ
LengthMaxValidator - com.gh.mygreen.xlsmapper.validation.fieldvalidation.implのクラス
文字列が指定した文字長以内かどうか検証します。
LengthMaxValidator(int) - クラス のコンストラクタcom.gh.mygreen.xlsmapper.validation.fieldvalidation.impl.LengthMaxValidator
制約の文字長を指定するコンストラクタ。
LengthMinValidator - com.gh.mygreen.xlsmapper.validation.fieldvalidation.implのクラス
文字列が指定した文字長以上かどうか検証します。
LengthMinValidator(int) - クラス のコンストラクタcom.gh.mygreen.xlsmapper.validation.fieldvalidation.impl.LengthMinValidator
制約の文字長を指定するコンストラクタ。
ListCellConverterFactory - com.gh.mygreen.xlsmapper.cellconverter.implのクラス
List型を処理するCellConverterを作成するためのファクトリクラス。
ListCellConverterFactory() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.cellconverter.impl.ListCellConverterFactory
 
ListCellConverterFactory.ListCellConverter - com.gh.mygreen.xlsmapper.cellconverter.implのクラス
 
ListenerClassCache - com.gh.mygreen.xlsmapper.fieldprocessorのクラス
リスナークラスのオブジェクトをメソッドをキャッシュする。
ListenerClassCache(Object) - クラス のコンストラクタcom.gh.mygreen.xlsmapper.fieldprocessor.ListenerClassCache
 
ListFormatter - com.gh.mygreen.xlsmapper.textformatterのクラス
リストの形式に変換するフォーマッタ。
ListFormatter(Class<?>) - クラス のコンストラクタcom.gh.mygreen.xlsmapper.textformatter.ListFormatter
 
load(InputStream, Class<P>) - クラス のメソッドcom.gh.mygreen.xlsmapper.XlsLoader
Excelファイルの1シートを読み込み、任意のクラスにマッピングする。
load(InputStream, Class<P>) - クラス のメソッドcom.gh.mygreen.xlsmapper.XlsMapper
Excelファイルの1シートを読み込み、任意のクラスにマッピングする。
load(InputStream) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.xml.XmlIO
XMLを読み込み、AnnotationMappingInfoとして取得する。
load(Reader) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.xml.XmlIO
XMLを読み込み、AnnotationMappingInfoとして取得する。
load(File, String) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.xml.XmlIO
XMLファイルを読み込み、AnnotationMappingInfoとして取得する。
loadArrayCellComment(ArrayCommentSetter, Cell, Object, int, FieldAccessor, Configuration) - クラス のメソッドcom.gh.mygreen.xlsmapper.CellCommentOperator
セルのコメントを抽出し、XlsArrayColumns フィールドに設定する。
loadCellComment(CommentSetter, Cell, Object, FieldAccessor, Configuration) - クラス のメソッドcom.gh.mygreen.xlsmapper.CellCommentOperator
セルのコメントを抽出し、フィールドに設定する。
loadDetail(InputStream, Class<P>) - クラス のメソッドcom.gh.mygreen.xlsmapper.XlsLoader
Excelファイルの1シートを読み込み、任意のクラスにマッピングする。
loadDetail(InputStream, Class<P>) - クラス のメソッドcom.gh.mygreen.xlsmapper.XlsMapper
Excelファイルの1シートを読み込み、任意のクラスにマッピングする。
LoadingWorkObject - com.gh.mygreen.xlsmapperのクラス
読み込み処理中で持ち回すオブジェクトを保持するクラス。
LoadingWorkObject() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.LoadingWorkObject
 
loadMapCellComment(MapCommentSetter, Cell, Object, String, FieldAccessor, Configuration) - クラス のメソッドcom.gh.mygreen.xlsmapper.CellCommentOperator
セルのコメントを抽出し、XlsMapColumns フィールドに設定する。
loadMultiple(InputStream, Class<P>) - クラス のメソッドcom.gh.mygreen.xlsmapper.XlsLoader
Excelファイルの同じ形式の複数シートを読み込み、任意のクラスにマップする。
loadMultiple(InputStream, Class<?>[]) - クラス のメソッドcom.gh.mygreen.xlsmapper.XlsLoader
Excelファイルの異なる形式の複数シートを読み込み、任意のクラスにマップする。
loadMultiple(InputStream, Class<P>) - クラス のメソッドcom.gh.mygreen.xlsmapper.XlsMapper
Excelファイルの複数シートを読み込み、任意のクラスにマップする。
loadMultiple(InputStream, Class<?>[]) - クラス のメソッドcom.gh.mygreen.xlsmapper.XlsMapper
Excelファイルの複数シートを読み込み、任意のクラスにマップする。
loadMultipleDetail(InputStream, Class<P>) - クラス のメソッドcom.gh.mygreen.xlsmapper.XlsLoader
Excelファイルの同じ形式の複数シートを読み込み、任意のクラスにマップする。
loadMultipleDetail(InputStream, Class<?>[]) - クラス のメソッドcom.gh.mygreen.xlsmapper.XlsLoader
Excelファイルの異なる形式の複数シートを読み込み、任意のクラスにマップする。
loadMultipleDetail(InputStream, Class<P>) - クラス のメソッドcom.gh.mygreen.xlsmapper.XlsMapper
XMLによるマッピングを指定し、Excelファイルの複数シートを読み込み、任意のクラスにマップする。
loadMultipleDetail(InputStream, Class<?>[]) - クラス のメソッドcom.gh.mygreen.xlsmapper.XlsMapper
Excelファイルの複数シートを読み込み、任意のクラスにマップする。
loadProcess(Sheet, Object, Configuration, LoadingWorkObject) - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldaccessor.FieldAccessorProxy
 
loadProcess(Sheet, Object, A, FieldAccessor, Configuration, LoadingWorkObject) - インタフェース のメソッドcom.gh.mygreen.xlsmapper.fieldprocessor.FieldProcessor
読み込み時のアノテーションを処理する。
loadProcess(Sheet, Object, XlsArrayCells, FieldAccessor, Configuration, LoadingWorkObject) - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldprocessor.impl.ArrayCellsProcessor
 
loadProcess(Sheet, Object, XlsCell, FieldAccessor, Configuration, LoadingWorkObject) - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldprocessor.impl.CellProcessor
 
loadProcess(Sheet, Object, XlsComment, FieldAccessor, Configuration, LoadingWorkObject) - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldprocessor.impl.CommentProcessor
 
loadProcess(Sheet, Object, XlsHorizontalRecords, FieldAccessor, Configuration, LoadingWorkObject) - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldprocessor.impl.HorizontalRecordsProcessor
 
loadProcess(Sheet, Object, XlsIterateTables, FieldAccessor, Configuration, LoadingWorkObject) - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldprocessor.impl.IterateTablesProcessor
 
loadProcess(Sheet, Object, XlsLabelledArrayCells, FieldAccessor, Configuration, LoadingWorkObject) - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldprocessor.impl.LabelledArrayCellsProcessor
 
loadProcess(Sheet, Object, XlsLabelledCell, FieldAccessor, Configuration, LoadingWorkObject) - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldprocessor.impl.LabelledCellProcessor
 
loadProcess(Sheet, Object, XlsLabelledComment, FieldAccessor, Configuration, LoadingWorkObject) - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldprocessor.impl.LabelledCommentProcessor
 
loadProcess(Sheet, Object, XlsSheetName, FieldAccessor, Configuration, LoadingWorkObject) - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldprocessor.impl.SheetNameProcessor
 
loadProcess(Sheet, Object, XlsVerticalRecords, FieldAccessor, Configuration, LoadingWorkObject) - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldprocessor.impl.VerticalRecordsProcessor
 
LocalDateCellConverterFactory - com.gh.mygreen.xlsmapper.cellconverter.implのクラス
LocalDateを処理するCellConverterを作成するためのファクトリクラス。
LocalDateCellConverterFactory() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.cellconverter.impl.LocalDateCellConverterFactory
 
LocalDateCellConverterFactory.LocalDateCellConverter - com.gh.mygreen.xlsmapper.cellconverter.implのクラス
 
LocalDateTimeCellConverterFactory - com.gh.mygreen.xlsmapper.cellconverter.implのクラス
LocalDateTimeを処理するCellConverterを作成するためのファクトリクラス。
LocalDateTimeCellConverterFactory() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.cellconverter.impl.LocalDateTimeCellConverterFactory
 
LocalDateTimeCellConverterFactory.LocalDateTimeCellConverter - com.gh.mygreen.xlsmapper.cellconverter.implのクラス
 
LocalTimeCellConverterFactory - com.gh.mygreen.xlsmapper.cellconverter.implのクラス
LocalTimeを処理するCellConverterを作成するためのファクトリクラス。
LocalTimeCellConverterFactory() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.cellconverter.impl.LocalTimeCellConverterFactory
 
LocalTimeCellConverterFactory.LocalTimeCellConverter - com.gh.mygreen.xlsmapper.cellconverter.implのクラス
 
LongCellConverterFactory - com.gh.mygreen.xlsmapper.cellconverter.implのクラス
Long型を処理するCellConverterを作成するクラス。
LongCellConverterFactory() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.cellconverter.impl.LongCellConverterFactory
 
LongCellConverterFactory.LongCellConverter - com.gh.mygreen.xlsmapper.cellconverter.implのクラス
 

M

MapCommentGetter - com.gh.mygreen.xlsmapper.fieldaccessorのインタフェース
フィールドのコメント情報を取得するためのインタフェース。
MapCommentGetterFactory - com.gh.mygreen.xlsmapper.fieldaccessorのクラス
MapCommentGetterのインスタンスを作成する。
MapCommentGetterFactory() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.fieldaccessor.MapCommentGetterFactory
 
MapCommentSetter - com.gh.mygreen.xlsmapper.fieldaccessorのインタフェース
XlsMapColumnsのフィールドに対するコメント情報のsetter
MapCommentSetterFactory - com.gh.mygreen.xlsmapper.fieldaccessorのクラス
MapCommentSetterのインスタンスを作成する
MapCommentSetterFactory() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.fieldaccessor.MapCommentSetterFactory
 
MapLabelSetter - com.gh.mygreen.xlsmapper.fieldaccessorのインタフェース
XlsMapColumnsのフィールドに対するラベル情報のsetter
MapLabelSetterFactory - com.gh.mygreen.xlsmapper.fieldaccessorのクラス
MapLabelSetterのインスタンスを作成する
MapLabelSetterFactory() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.fieldaccessor.MapLabelSetterFactory
 
MapPositionSetter - com.gh.mygreen.xlsmapper.fieldaccessorのインタフェース
XlsMapColumnsのフィールドに対する位置情報のsetter
MapPositionSetterFactory - com.gh.mygreen.xlsmapper.fieldaccessorのクラス
MapPositionSetterのインスタンスを作成する
MapPositionSetterFactory() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.fieldaccessor.MapPositionSetterFactory
 
matches(String, String, Configuration) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.Utils
システム設定に従いラベルを比較する。
MaxValidator<T extends Comparable<T>> - com.gh.mygreen.xlsmapper.validation.fieldvalidation.implのクラス
値が指定した値以下かどうかの最大値のチェックする。
MaxValidator(T) - クラス のコンストラクタcom.gh.mygreen.xlsmapper.validation.fieldvalidation.impl.MaxValidator
最大値を指定するコンストラクタ
MaxValidator(T, boolean) - クラス のコンストラクタcom.gh.mygreen.xlsmapper.validation.fieldvalidation.impl.MaxValidator
最大値を指定するコンストラクタ
mergeCells(Sheet, int, int, int, int) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.POIUtils
指定した範囲のセルを結合する。
MergedRecord - com.gh.mygreen.xlsmapper.fieldprocessorのクラス
ネストしたレコードを処理するために、親のレコードの結合情報を保持しておくためのクラス。
MergedRecord(RecordHeader, CellRangeAddress, int) - クラス のコンストラクタcom.gh.mygreen.xlsmapper.fieldprocessor.MergedRecord
 
MessageBuilder - com.gh.mygreen.xlsmapper.localizationのクラス
エラーメッセージを組み立てたりするためのユーティリティクラス。
MessageBuilder(String) - クラス のコンストラクタcom.gh.mygreen.xlsmapper.localization.MessageBuilder
メッセージコードを指定してインスタンスを作成します。
MessageCodeGenerator - com.gh.mygreen.xlsmapper.validationのクラス
メッセージのコードを生成するクラス。
MessageCodeGenerator() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.validation.MessageCodeGenerator
 
MessageInterpolator - com.gh.mygreen.xlsmapper.localizationのクラス
名前付き変数のメッセージをフォーマットするクラス。
MessageInterpolator() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.localization.MessageInterpolator
 
MessageInterpolator(ExpressionLanguage) - クラス のコンストラクタcom.gh.mygreen.xlsmapper.localization.MessageInterpolator
式言語の実装を指定するコンストラクタ
MessageInterpolatorAdapter - com.gh.mygreen.xlsmapper.validation.beanvalidationのクラス
XlsMapperのMessageInterpolatorとBeanValidationのMessageInterpolatorのAdaptor。
MessageInterpolatorAdapter(MessageResolver, MessageInterpolator) - クラス のコンストラクタcom.gh.mygreen.xlsmapper.validation.beanvalidation.MessageInterpolatorAdapter
 
MessageParseException - com.gh.mygreen.xlsmapper.localizationの例外
メッセージのフォーマットに失敗した際にスローされる例外
MessageParseException(String, String) - 例外 のコンストラクタcom.gh.mygreen.xlsmapper.localization.MessageParseException
 
MessageResolver - com.gh.mygreen.xlsmapper.localizationのインタフェース
メッセージを解決する機能を提供するインターフェース。
messageSourceAccessor - クラス の変数com.gh.mygreen.xlsmapper.localization.SpringMessageResolver
 
method(MethodInfo) - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.bind.ClassInfo.Builder
メソッド情報を追加する。
MethodInfo - com.gh.mygreen.xlsmapper.xml.bindのクラス
XMLのメソッド情報を保持するクラス。
MethodInfo() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.xml.bind.MethodInfo
 
MethodInfo.Builder - com.gh.mygreen.xlsmapper.xml.bindのクラス
MethodInfoを組み立てるためのクラス。
MILLISECONDS_19000101_END - クラス のstatic変数com.gh.mygreen.xlsmapper.util.POIUtils
1900-01-01 00:00:00.000の時間(単位はミリ秒)。
MinValidator<T extends Comparable<T>> - com.gh.mygreen.xlsmapper.validation.fieldvalidation.implのクラス
値が指定した値以上かどうかの最小値のチェックする。
MinValidator(T) - クラス のコンストラクタcom.gh.mygreen.xlsmapper.validation.fieldvalidation.impl.MinValidator
最小値を指定するコンストラクタ
MinValidator(T, boolean) - クラス のコンストラクタcom.gh.mygreen.xlsmapper.validation.fieldvalidation.impl.MinValidator
最小値を指定するコンストラクタ
MultipleLoaderClassResolver - com.gh.mygreen.xlsmapper.xmlのクラス
ClassResolver loading from multiple ClassLoader in Ognl.
MultipleLoaderClassResolver() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.xml.MultipleLoaderClassResolver
 
MultipleSheetBindingErrors<P> - com.gh.mygreen.xlsmapper.validationのクラス
複数のシートを読み込む場合に、SheetBindingErrorsを格納するクラス。
MultipleSheetBindingErrors() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.validation.MultipleSheetBindingErrors
 

N

Name(String) - クラス のコンストラクタcom.gh.mygreen.xlsmapper.util.PropertyPath.Token.Name
 
name(String) - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.bind.AnnotationInfo.Builder
アノテーションのクラス名を設定する。
name(Class<? extends Annotation>) - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.bind.AnnotationInfo.Builder
アノテーションのクラス名を設定する。
name(String) - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.bind.ClassInfo.Builder
クラス名を設定する。
name(Class<?>) - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.bind.ClassInfo.Builder
クラス名を設定する。
name(String) - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.bind.FieldInfo.Builder
フィールド名を設定する。
name(String) - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.bind.MethodInfo.Builder
メソッド名を設定する。
NeedProcess - com.gh.mygreen.xlsmapperのクラス
@PreLoad, @PostLoad, @PreSave, @PostSaveなどが付与されているメソッド情報を保持する。
NeedProcess(Object, Object, Method) - クラス のコンストラクタcom.gh.mygreen.xlsmapper.NeedProcess
 
NestedRecordMergedSizeException - com.gh.mygreen.xlsmapper.fieldprocessorの例外
ネストしたレコードにおいて、結合したセルのサイズが不正な場合にスローされる例外。
NestedRecordMergedSizeException(String, int, String) - 例外 のコンストラクタcom.gh.mygreen.xlsmapper.fieldprocessor.NestedRecordMergedSizeException
 
newBundle(String, Locale, String, ClassLoader, boolean) - クラス のメソッドcom.gh.mygreen.xlsmapper.localization.EncodingControl
 
newNotFoundCellConverterExpcetion(Class<?>) - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldprocessor.AbstractFieldProcessor
該当するタイプのConverterが見つからないときの例外のインスタンスを作成する。
newTypeBindExceptionOnParse(Exception, Cell, Object) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.BaseCellConverter
セルの値をパースしJavaオブジェクトに型変換するとこに失敗したときの例外TypeBindExceptionを作成します。
newTypeBindExceptionOnParse(Cell, Object) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.BaseCellConverter
セルの値をパースしセルの値をJavaオブジェクトに型変換するとに失敗したときの例外TypeBindExceptionを作成します。
normalize(String, Configuration) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.Utils
システム設定に従いラベルを正規化する。
notEmpty(String, String) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.ArgUtils
文字列が空 or nullでないかどうか検証する。
notEmpty(int[], String) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.ArgUtils
配列のサイズが0または、nullでないかどうか検証する。
notEmpty(Object[], String) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.ArgUtils
配列のサイズが0または、nullでないかどうか検証する。
notEmpty(Collection<?>, String) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.ArgUtils
Collection(リスト、セット)のサイズが0または、nullでないかどうか検証する。
notEmpty(Map<?, ?>, String) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.ArgUtils
マップのサイズが0または、nullでないかどうか検証する。
notEquals(Object, Object) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.Utils
 
notMax(T, T, String) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.ArgUtils
引数が 'arg' <= 'max' の関係か検証する。
notMin(T, T, String) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.ArgUtils
引数が 'arg' >= 'min' の関係か検証する。
notNull(Object, String) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.ArgUtils
値がnullでないかどうか検証する。

O

ObjectCache<K,V> - com.gh.mygreen.xlsmapper.expressionのクラス
 
ObjectCache() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.expression.ObjectCache
Creates a new cache keeping all objects.
ObjectCache(int) - クラス のコンストラクタcom.gh.mygreen.xlsmapper.expression.ObjectCache
 
ObjectError - com.gh.mygreen.xlsmapper.validationのクラス
シートのエラー情報を保持するクラス。
ObjectError(String, String[], Map<String, Object>) - クラス のコンストラクタcom.gh.mygreen.xlsmapper.validation.ObjectError
コンストラクタ
ObjectErrorBuilder - com.gh.mygreen.xlsmapper.validationのクラス
ObjectErrorのインスタンスを組み立てるビルダ。
ObjectErrorBuilder(String, String[]) - クラス のコンストラクタcom.gh.mygreen.xlsmapper.validation.ObjectErrorBuilder
ビルダのインスタンスを作成します
ObjectValidator<T> - com.gh.mygreen.xlsmapper.validationのインタフェース
Validatorのインタフェース
ObjectValidatorSupport<T> - com.gh.mygreen.xlsmapper.validationのクラス
オブジェクトのValidatorの抽象クラス。
ObjectValidatorSupport() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.validation.ObjectValidatorSupport
 
of(T, ProcessCase...) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.cellconverter.OptionalProcessCase
指定された非null値を含むOptionalProcessCase を返します。
of(int, int) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.CellPosition
CellAddressのインスタンスを作成する。
of(Cell) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.CellPosition
CellAddressのインスタンスを作成する。
of(CellReference) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.CellPosition
CellAddressのインスタンスを作成する。
of(CellAddress) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.CellPosition
CellAddressのインスタンスを作成する。
of(String) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.CellPosition
CellAddressのインスタンスを作成する。
of(Point) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.CellPosition
CellAddressのインスタンスを作成する。
ofNulable(T, ProcessCase...) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.cellconverter.OptionalProcessCase
指定された値がnullでない場合はその値を記述するOptionalProcessCaseを返し、 それ以外の場合は空のOptionalProcessCaseを返します。
OgnlValueFormatter - com.gh.mygreen.xlsmapper.xmlのクラス
JavaのオブジェクトをOGNL形式の文字列に変換します。
OgnlValueFormatter() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.xml.OgnlValueFormatter
 
onValidate(ArrayCellField<E>) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.AbstractArrayFieldValidator
値の検証を行います。
onValidate(CellField<T>) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.AbstractFieldValidator
値の検証を行います。
onValidate(ArrayCellField<E>) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.impl.ArraySizeValidator
 
onValidate(CellField<String>) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.impl.LengthBetweenValidator
 
onValidate(CellField<String>) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.impl.LengthExactValidator
 
onValidate(CellField<String>) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.impl.LengthMaxValidator
 
onValidate(CellField<String>) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.impl.LengthMinValidator
 
onValidate(CellField<T>) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.impl.MaxValidator
 
onValidate(CellField<T>) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.impl.MinValidator
 
onValidate(CellField<String>) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.impl.PatternValidator
 
onValidate(CellField<T>) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.impl.RangeValidator
 
optional() - クラス のメソッドcom.gh.mygreen.xlsmapper.annotation.XlsHorizontalRecordsForIterateTables
 
optional() - クラス のメソッドcom.gh.mygreen.xlsmapper.annotation.XlsLabelledArrayCellsForIterateTable
 
optional() - クラス のメソッドcom.gh.mygreen.xlsmapper.annotation.XlsLabelledCellForIterateTable
 
optional() - クラス のメソッドcom.gh.mygreen.xlsmapper.annotation.XlsLabelledCommentForIterateTable
 
optional() - クラス のメソッドcom.gh.mygreen.xlsmapper.annotation.XlsVerticalRecordsForIterateTables
 
OptionalProcessCase<T> - com.gh.mygreen.xlsmapper.cellconverterのクラス
処理ケースが該当する
override(boolean) - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.bind.ClassInfo.Builder
既存のクラスの定義にあるアノテーションの設定をXMLの定義で上書きするかどうか設定する。
override(boolean) - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.bind.FieldInfo.Builder
既存のフィールドに定義にあるアノテーションの設定をXMLの定義で上書きするかどうか設定する。
override(boolean) - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.bind.MethodInfo.Builder
既存のメソッドに定義にあるアノテーションの設定をXMLの定義で上書きするかどうか設定する。

P

parse(String, Map<String, ?>, boolean, MessageResolver) - クラス のメソッドcom.gh.mygreen.xlsmapper.localization.MessageInterpolator
メッセージをパースし、変数に値を差し込み、EL式を評価する。
parse(String) - クラス のメソッドcom.gh.mygreen.xlsmapper.textformatter.BooleanFormatter
 
parse(String) - クラス のメソッドcom.gh.mygreen.xlsmapper.textformatter.EnumFormatter
 
parse(String) - クラス のメソッドcom.gh.mygreen.xlsmapper.textformatter.ListFormatter
 
parse(String) - インタフェース のメソッドcom.gh.mygreen.xlsmapper.textformatter.TextFormatter
文字列をパースし、オブジェクトに変換する。
parse(String) - クラス のメソッドcom.gh.mygreen.xlsmapper.util.PropertyPathTokenizer
プロパティのアクセス用の書式をトークンに分割する。
parseCell(Cell, String) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.BaseCellConverter
セルをJavaのオブジェクト型に変換します。
parseCell(Cell, String) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.AbstractDateCellConverter
 
parseCell(Cell, String) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.AbstractNumberCellConverter
 
parseCell(Cell, String) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.AbstractTemporalCellConverter
 
parseCell(Cell, String) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.ArrayCellConverterFactory.ArrayCellConverter
 
parseCell(Cell, String) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.BooleanCellConverterFactory.BooleanCellConverter
 
parseCell(Cell, String) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.CalendarCellConverterFactory.CalendarCellConverter
 
parseCell(Cell, String) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.CellLinkCellConverterFactory.CellLinkCellConverter
 
parseCell(Cell, String) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.CharacterCellConverterFactory.CharacterCellConverter
 
parseCell(Cell, String) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.EnumCellConverterFactory.EnumCellConverter
 
parseCell(Cell, String) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.ListCellConverterFactory.ListCellConverter
 
parseCell(Cell, String) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.SetCellConverterFactory.SetCellConverter
 
parseCell(Cell, String) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.StringCellConverterFactory.StringCellConverter
 
parseCell(Cell, String) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.URICellConverterFactory.URICellConverter
 
parseString(DateFormat, String) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.AbstractDateCellConverterFactory
文字列をパースして対応するオブジェクトに変換する
parseString(DateFormat, String) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.SqlTimeCellConverterFactory
文字列をパースして対応するオブジェクトに変換する
parseTemporal(String, DateTimeFormatter) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.AbstractTemporalCellConverterFactory
文字列を解析してJavaオブジェクトに変換します。
parseTemporal(String, DateTimeFormatter) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.LocalDateCellConverterFactory
 
parseTemporal(String, DateTimeFormatter) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.LocalDateTimeCellConverterFactory
 
parseTemporal(String, DateTimeFormatter) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.LocalTimeCellConverterFactory
 
PATH_SEPARATOR - クラス のstatic変数com.gh.mygreen.xlsmapper.validation.SheetBindingErrors
パスの区切り文字
PatternValidator - com.gh.mygreen.xlsmapper.validation.fieldvalidation.implのクラス
正規表現を指定し、入力値チェックする。
PatternValidator(String) - クラス のコンストラクタcom.gh.mygreen.xlsmapper.validation.fieldvalidation.impl.PatternValidator
正規表現のパターンを指定するコンストラクタ。
PatternValidator(Pattern) - クラス のコンストラクタcom.gh.mygreen.xlsmapper.validation.fieldvalidation.impl.PatternValidator
正規表現のパターンを指定するコンストラクタ。
PatternValidator(String, String) - クラス のコンストラクタcom.gh.mygreen.xlsmapper.validation.fieldvalidation.impl.PatternValidator
正規表現のパターンとその名称を指定するコンストラクタ。
PatternValidator(Pattern, String) - クラス のコンストラクタcom.gh.mygreen.xlsmapper.validation.fieldvalidation.impl.PatternValidator
正規表現のパターンとその名称を指定するコンストラクタ。
poiAlignType() - 列挙 のメソッドcom.gh.mygreen.xlsmapper.annotation.XlsCellOption.HorizontalAlign
 
poiAlignType() - 列挙 のメソッドcom.gh.mygreen.xlsmapper.annotation.XlsCellOption.VerticalAlign
 
POIUtils - com.gh.mygreen.xlsmapper.utilのクラス
Apache POIとJExcel APIの差を埋めるユーティリティクラス。
POIUtils() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.util.POIUtils
 
popNestedPath() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.SheetBindingErrors
パスを1つ上位に移動します。
popup(LinkedList<String>) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.StackUtils
スタックから先頭の値を取り出す。
popupAndConcat(LinkedList<String>) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.StackUtils
スタックの値を取り出し、文字列として結合する。
PositionGetter - com.gh.mygreen.xlsmapper.fieldaccessorのインタフェース
フィールドの位置情報を取得するためのインタフェース。
PositionGetterFactory - com.gh.mygreen.xlsmapper.fieldaccessorのクラス
PositionGetterのインスタンスを作成する
PositionGetterFactory() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.fieldaccessor.PositionGetterFactory
 
PositionSetter - com.gh.mygreen.xlsmapper.fieldaccessorのインタフェース
フィールドの位置情報を設定するためのインタフェース。
PositionSetterFactory - com.gh.mygreen.xlsmapper.fieldaccessorのクラス
PositionSetterのインスタンスを作成する
PositionSetterFactory() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.fieldaccessor.PositionSetterFactory
 
ProcessCase - com.gh.mygreen.xlsmapper.fieldprocessorの列挙
Excelファイルをマッピングする時のケースを表現する列挙型です。
processConstraintViolation(Set<ConstraintViolation<Object>>, SheetBindingErrors<?>) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.beanvalidation.SheetBeanValidator
BeanValidationの検証結果をSheet用のエラーに変換する
PropertiesMessageResolver - com.gh.mygreen.xlsmapper.localizationのクラス
Propertiesを元にメッセージを解決するためのクラス。
PropertiesMessageResolver() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.localization.PropertiesMessageResolver
デフォルトのコンストラクタ。
PropertiesMessageResolver(Properties) - クラス のコンストラクタcom.gh.mygreen.xlsmapper.localization.PropertiesMessageResolver
プロパティを指定してインスタンスを作成する。
PropertyAccessException - com.gh.mygreen.xlsmapper.utilの例外
PropertyValueNavigatorでプロパティのアクセスに失敗した際にスローされる。
PropertyAccessException(String) - 例外 のコンストラクタcom.gh.mygreen.xlsmapper.util.PropertyAccessException
 
PropertyAccessException(String, Throwable) - 例外 のコンストラクタcom.gh.mygreen.xlsmapper.util.PropertyAccessException
 
PropertyPath - com.gh.mygreen.xlsmapper.utilのクラス
解析済みのプロパティ式のオブジェクト。
PropertyPath(String) - クラス のコンストラクタcom.gh.mygreen.xlsmapper.util.PropertyPath
解析元のパスを指定するコンストラクタ。
PropertyPath.Token - com.gh.mygreen.xlsmapper.utilのクラス
パスを分割したもの。
PropertyPath.Token.Key - com.gh.mygreen.xlsmapper.utilのクラス
括弧で囲まれた条件の書式'[キー]'を表すトークン。
PropertyPath.Token.Name - com.gh.mygreen.xlsmapper.utilのクラス
プロパティ名を表すトークン。
PropertyPath.Token.Separator - com.gh.mygreen.xlsmapper.utilのクラス
パスの区切り文字"."
PropertyPathTokenizer - com.gh.mygreen.xlsmapper.utilのクラス
プロパティアクセス用の式をパースする。
PropertyPathTokenizer() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.util.PropertyPathTokenizer
 
PropertyTypeNavigator - com.gh.mygreen.xlsmapper.utilのクラス
クラス定義からプロパティのクラスタイプを取得する。
PropertyTypeNavigator() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.util.PropertyTypeNavigator
デフォルトコンストラクタ
PropertyValueNavigator - com.gh.mygreen.xlsmapper.utilのクラス
プロパティにアクセスするためのクラス。
PropertyValueNavigator() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.util.PropertyValueNavigator
デフォルトコンストラクタ
pushNestedPath(String) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.SheetBindingErrors
パスを1つ下位に移動します。
pushNestedPath(String, int) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.SheetBindingErrors
配列やリストなどのインデックス付きのパスを1つ下位に移動します。
pushNestedPath(String, String) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.SheetBindingErrors
マップなどのキー付きのパスを1つ下位に移動します。
put(K, V) - クラス のメソッドcom.gh.mygreen.xlsmapper.expression.ObjectCache
 

Q

query(Sheet, String, Configuration) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.CellFinder
検索する際の条件を組み立てる

R

range() - クラス のメソッドcom.gh.mygreen.xlsmapper.annotation.XlsHorizontalRecordsForIterateTables
 
range() - クラス のメソッドcom.gh.mygreen.xlsmapper.annotation.XlsLabelledArrayCellsForIterateTable
 
range() - クラス のメソッドcom.gh.mygreen.xlsmapper.annotation.XlsLabelledCellForIterateTable
 
range() - クラス のメソッドcom.gh.mygreen.xlsmapper.annotation.XlsVerticalRecordsForIterateTables
 
RangeValidator<T extends Comparable<T>> - com.gh.mygreen.xlsmapper.validation.fieldvalidation.implのクラス
値が指定した範囲内かどうかチェックする。
RangeValidator(T, T) - クラス のコンストラクタcom.gh.mygreen.xlsmapper.validation.fieldvalidation.impl.RangeValidator
コンストラクタ
RangeValidator(T, T, boolean) - クラス のコンストラクタcom.gh.mygreen.xlsmapper.validation.fieldvalidation.impl.RangeValidator
コンストラクタ
recordClass() - クラス のメソッドcom.gh.mygreen.xlsmapper.annotation.XlsHorizontalRecordsForIterateTables
 
recordClass() - クラス のメソッドcom.gh.mygreen.xlsmapper.annotation.XlsVerticalRecordsForIterateTables
 
RecordFinder - com.gh.mygreen.xlsmapper.fieldprocessorのインタフェース
レコードの開始位置を検索するためのインタフェース。
RecordHeader - com.gh.mygreen.xlsmapper.fieldprocessorのクラス
見出し用セルの情報を保持するクラス。
RecordHeader(String, int) - クラス のコンストラクタcom.gh.mygreen.xlsmapper.fieldprocessor.RecordHeader
 
RecordMethodCache - com.gh.mygreen.xlsmapper.fieldprocessorのクラス
レコードクラスのコールバック用のメソッドを保持する。
RecordMethodCache() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.fieldprocessor.RecordMethodCache
 
RecordMethodFacatory - com.gh.mygreen.xlsmapper.fieldprocessorのクラス
RecordMethodCacheのインスタンスを作成するファクトリクラス。
RecordMethodFacatory(AnnotationReader, Configuration) - クラス のコンストラクタcom.gh.mygreen.xlsmapper.fieldprocessor.RecordMethodFacatory
コンストラクタ
RecordOperation - com.gh.mygreen.xlsmapper.fieldprocessor.implのクラス
シートのレコードの操作情報。
RecordOperation(XlsRecordOption) - クラス のコンストラクタcom.gh.mygreen.xlsmapper.fieldprocessor.impl.RecordOperation
 
RecordsProcessorUtil - com.gh.mygreen.xlsmapper.fieldprocessorのクラス
Provides generic utility methods for HorizontalRecordsProcessor and VerticalRecordsProcessor.
RecordsProcessorUtil() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.fieldprocessor.RecordsProcessorUtil
 
RecordTerminal - com.gh.mygreen.xlsmapper.annotationの列挙
アノテーションXlsHorizontalRecordsXlsVerticalRecordsなどで表を走査する際の基準となる、 表の終端の種類を定義します。
reflectionIsEmpty(Object, String...) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.IsEmptyBuilder
リフレクションを使用しフィールドの値を取得し判定する。
reflectionIsEmpty(Object, IsEmptyConfig, String...) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.IsEmptyBuilder
リフレクションを使用しフィールドの値を取得し判定する。
reflectionIsEmpty(Object, IsEmptyConfig, Collection<String>) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.IsEmptyBuilder
リフレクションを使用しフィールドの値を取得し判定する。
registerConverter(Class<T>, CellConverterFactory<T>) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.CellConverterRegistry
タイプに対するCellConverterを登録する。
registerFieldFormatter(String, Class<?>, FieldFormatter<?>) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.SheetBindingErrors
フィールドに対するフォーマッタを登録する。
registerFieldFormatter(String, Class<?>, FieldFormatter<?>, boolean) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.SheetBindingErrors
フィールドに対するフォーマッタを登録する。
registerFormatter(Class<T>, FieldFormatter<T>) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.FieldFormatterRegistry
クラスタイプを指定してフォーマッタを登録する。
registerFormatter(String, Class<T>, FieldFormatter<T>) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.FieldFormatterRegistry
フィールドパスとクラスタイプを指定してフォーマッタを登録する。
registerProcessor(Class<A>, FieldProcessor<A>) - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldprocessor.FieldProcessorRegistry
アノテーションに対するFieldProcessorを登録する。
rejectedValue(Object) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.FieldErrorBuilder
エラートとなったフィールドの値を設定します。
rejectedValue(Object) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.InternalFieldErrorBuilder
 
rejectValue(String) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.CellField
エラーを追加する。
rejectValue(String, Map<String, Object>) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.CellField
エラーを追加する
removeAnnotationInfo(String) - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.bind.ClassInfo
指定したアノテーション情報を削除します。
removeAnnotationInfo(String) - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.bind.FieldInfo
指定したアノテーション情報を削除します。
removeAnnotationInfo(String) - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.bind.MethodInfo
指定したアノテーション情報を削除します。
removeAttribute(String) - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.bind.AnnotationInfo
指定したアノテーションの属性情報を削除します。
removeClassInfo(String) - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.bind.AnnotationMappingInfo
指定したクラス情報を削除します。
removeEscapeChar(String, char) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.Utils
エスケープ文字を除去した文字列を取得する。
removeFieldInfo(String) - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.bind.ClassInfo
指定したフィールド情報を削除します。
removeMergedRange(Sheet, CellRangeAddress) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.POIUtils
指定した範囲の結合を解除する。
removeMethodInfo(String) - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.bind.ClassInfo
指定したメソッド情報を削除します。
removeResourceBundle(ResourceBundle) - クラス のメソッドcom.gh.mygreen.xlsmapper.localization.ResourceBundleMessageResolver
メッセージソースを削除する。
removeRow(Sheet, int) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.POIUtils
指定した行を削除する。
ResourceBundleMessageResolver - com.gh.mygreen.xlsmapper.localizationのクラス
ResourceBundleを元にメッセージを解決するクラス。
ResourceBundleMessageResolver(String, boolean) - クラス のコンストラクタcom.gh.mygreen.xlsmapper.localization.ResourceBundleMessageResolver
メッセージリソースのパスを指定して、インスタンスを作成します。
ResourceBundleMessageResolver() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.localization.ResourceBundleMessageResolver
デフォルトのコンストラクタ。
ResourceBundleMessageResolver(ResourceBundle) - クラス のコンストラクタcom.gh.mygreen.xlsmapper.localization.ResourceBundleMessageResolver
独自のメッセージソースを指定してインスタンスを作成する。
right() - クラス のメソッドcom.gh.mygreen.xlsmapper.annotation.XlsVerticalRecordsForIterateTables
 

S

save(InputStream, OutputStream, Object) - クラス のメソッドcom.gh.mygreen.xlsmapper.XlsMapper
JavaのオブジェクトをExeclファイルに出力する。
save(InputStream, OutputStream, Object) - クラス のメソッドcom.gh.mygreen.xlsmapper.XlsSaver
JavaのオブジェクトをExeclファイルに出力する。
save(AnnotationMappingInfo, OutputStream) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.xml.XmlIO
XMLをファイルに保存する。
save(AnnotationMappingInfo, Writer) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.xml.XmlIO
XMLをファイルに保存する。
save(AnnotationMappingInfo, File, String) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.xml.XmlIO
XMLをファイルに保存する。
saveArrayCellComment(ArrayCommentGetter, Cell, Object, int, FieldAccessor, Configuration) - クラス のメソッドcom.gh.mygreen.xlsmapper.CellCommentOperator
XlsArrayColumns フィールドのセルにコメントを書き込む
saveCellComment(CommentGetter, Cell, Object, FieldAccessor, Configuration) - クラス のメソッドcom.gh.mygreen.xlsmapper.CellCommentOperator
セルにコメントを書き込む
saveDetail(InputStream, OutputStream, P) - クラス のメソッドcom.gh.mygreen.xlsmapper.XlsMapper
JavaのオブジェクトをExeclファイルに出力する。
saveDetail(InputStream, OutputStream, P) - クラス のメソッドcom.gh.mygreen.xlsmapper.XlsSaver
JavaのオブジェクトをExeclファイルに出力する。
saveMapCellComment(MapCommentGetter, Cell, Object, String, FieldAccessor, Configuration) - クラス のメソッドcom.gh.mygreen.xlsmapper.CellCommentOperator
XlsMapColumns フィールドのセルにコメントを書き込む
saveMultiple(InputStream, OutputStream, Object[]) - クラス のメソッドcom.gh.mygreen.xlsmapper.XlsMapper
複数のオブジェクトをそれぞれのシートへ保存する。
saveMultiple(InputStream, OutputStream, Object[]) - クラス のメソッドcom.gh.mygreen.xlsmapper.XlsSaver
複数のオブジェクトをそれぞれのシートへ保存する。
saveMultipleDetail(InputStream, OutputStream, Object[]) - クラス のメソッドcom.gh.mygreen.xlsmapper.XlsMapper
複数のオブジェクトをそれぞれのシートへ保存する。
saveMultipleDetail(InputStream, OutputStream, Object[]) - クラス のメソッドcom.gh.mygreen.xlsmapper.XlsSaver
複数のオブジェクトをそれぞれのシートへ保存する。
saveProcess(Sheet, Object, Configuration, SavingWorkObject) - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldaccessor.FieldAccessorProxy
 
saveProcess(Sheet, Object, A, FieldAccessor, Configuration, SavingWorkObject) - インタフェース のメソッドcom.gh.mygreen.xlsmapper.fieldprocessor.FieldProcessor
書き込み時のアノテーションを処理する。
saveProcess(Sheet, Object, XlsArrayCells, FieldAccessor, Configuration, SavingWorkObject) - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldprocessor.impl.ArrayCellsProcessor
 
saveProcess(Sheet, Object, XlsCell, FieldAccessor, Configuration, SavingWorkObject) - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldprocessor.impl.CellProcessor
 
saveProcess(Sheet, Object, XlsComment, FieldAccessor, Configuration, SavingWorkObject) - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldprocessor.impl.CommentProcessor
 
saveProcess(Sheet, Object, XlsHorizontalRecords, FieldAccessor, Configuration, SavingWorkObject) - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldprocessor.impl.HorizontalRecordsProcessor
 
saveProcess(Sheet, Object, XlsIterateTables, FieldAccessor, Configuration, SavingWorkObject) - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldprocessor.impl.IterateTablesProcessor
 
saveProcess(Sheet, Object, XlsLabelledArrayCells, FieldAccessor, Configuration, SavingWorkObject) - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldprocessor.impl.LabelledArrayCellsProcessor
 
saveProcess(Sheet, Object, XlsLabelledCell, FieldAccessor, Configuration, SavingWorkObject) - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldprocessor.impl.LabelledCellProcessor
 
saveProcess(Sheet, Object, XlsLabelledComment, FieldAccessor, Configuration, SavingWorkObject) - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldprocessor.impl.LabelledCommentProcessor
 
saveProcess(Sheet, Object, XlsSheetName, FieldAccessor, Configuration, SavingWorkObject) - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldprocessor.impl.SheetNameProcessor
 
saveProcess(Sheet, Object, XlsVerticalRecords, FieldAccessor, Configuration, SavingWorkObject) - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldprocessor.impl.VerticalRecordsProcessor
 
SavingWorkObject - com.gh.mygreen.xlsmapperのクラス
書き込み処理中で持ち回すオブジェクトを保持するクラス。
SavingWorkObject() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.SavingWorkObject
 
Separator() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.util.PropertyPath.Token.Separator
 
set(Object, String, int) - インタフェース のメソッドcom.gh.mygreen.xlsmapper.fieldaccessor.ArrayCommentSetter
フィールドのラベル情報を設定します
set(Object, String, int) - インタフェース のメソッドcom.gh.mygreen.xlsmapper.fieldaccessor.ArrayLabelSetter
フィールドのラベル情報を設定します
set(Object, CellPosition, int) - インタフェース のメソッドcom.gh.mygreen.xlsmapper.fieldaccessor.ArrayPositionSetter
フィールドの位置情報を設定します
set(Object, String) - インタフェース のメソッドcom.gh.mygreen.xlsmapper.fieldaccessor.CommentSetter
フィールドのコメント情報を設定します
set(Object, String) - インタフェース のメソッドcom.gh.mygreen.xlsmapper.fieldaccessor.LabelSetter
フィールドのラベル情報を設定します
set(Object, String, String) - インタフェース のメソッドcom.gh.mygreen.xlsmapper.fieldaccessor.MapCommentSetter
フィールドのコメント情報を設定します
set(Object, String, String) - インタフェース のメソッドcom.gh.mygreen.xlsmapper.fieldaccessor.MapLabelSetter
フィールドのラベル情報を設定します
set(Object, CellPosition, String) - インタフェース のメソッドcom.gh.mygreen.xlsmapper.fieldaccessor.MapPositionSetter
フィールドの位置情報を設定します
set(Object, CellPosition) - インタフェース のメソッドcom.gh.mygreen.xlsmapper.fieldaccessor.PositionSetter
フィールドの位置情報を設定します
setAddress(CellPosition) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.FieldError
セルのアドレス情報を設定します。
setAllowPrivate(boolean) - クラス のメソッドcom.gh.mygreen.xlsmapper.util.PropertyTypeNavigator
実行時オプション - 非公開のプロパティにアクセス可能かどうか。
setAllowPrivate(boolean) - クラス のメソッドcom.gh.mygreen.xlsmapper.util.PropertyValueNavigator
実行時オプション - 非公開のプロパティにアクセス可能かどうか。
setAnnoReader(AnnotationReader) - クラス のメソッドcom.gh.mygreen.xlsmapper.LoadingWorkObject
 
setAnnoReader(AnnotationReader) - クラス のメソッドcom.gh.mygreen.xlsmapper.SavingWorkObject
 
setAnnotationBuilder(DynamicAnnotationBuilder) - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.AnnotationReader
 
setAnnotationInfos(List<AnnotationInfo>) - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.bind.ClassInfo
JAXB用のアノテーション情報を設定するメソッド。
setAnnotationInfos(List<AnnotationInfo>) - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.bind.FieldInfo
JAXB用のアノテーション情報を設定するメソッド。
setAnnotationInfos(List<AnnotationInfo>) - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.bind.MethodInfo
JAXB用のアノテーション情報を設定するメソッド。
setAnnotationMapping(AnnotationMappingInfo) - クラス のメソッドcom.gh.mygreen.xlsmapper.Configuration
アノテーションのマッピング情報を設定します。
setApplicationContext(ApplicationContext) - クラス のメソッドcom.gh.mygreen.xlsmapper.SpringBeanFactory
 
setArrayLabel(Object, String, int) - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldaccessor.FieldAccessor
XlsArrayColumnsフィールド用のラベル情報を設定します。
setArrayPosition(Object, CellPosition, int) - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldaccessor.FieldAccessor
XlsArrayColumnsフィールド用の位置情報を設定します。
setAttributeInfos(List<AnnotationInfo.AttributeInfo>) - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.bind.AnnotationInfo
JAXB用のアノテーションの属性情報を設定するメソッド。
setBeanFactory(BeanFactory<Class<?>, Object>) - クラス のメソッドcom.gh.mygreen.xlsmapper.Configuration
Beanを生成するためのFactoryクラスを設定します。
setBindClass(Class<?>) - 例外 のメソッドcom.gh.mygreen.xlsmapper.cellconverter.TypeBindException
 
setBindingErrorsFactory(SheetBindingErrorsFactory) - クラス のメソッドcom.gh.mygreen.xlsmapper.Configuration
SheetBindingErrorsを生成するためのFactoryクラスを設定します。
setCacheCellValueOnLoad(boolean) - クラス のメソッドcom.gh.mygreen.xlsmapper.Configuration
読み込み時にセルの値のキャッシュを行うかどうか設定します。
setCached(boolean) - クラス のメソッドcom.gh.mygreen.xlsmapper.DefaultCellFormatter
値をキャッシュするかどうか設定します。
setCacheWithPath(boolean) - クラス のメソッドcom.gh.mygreen.xlsmapper.util.PropertyTypeNavigator
プロパティの解析結果をキャッシュするかどうか。
setCacheWithPath(boolean) - クラス のメソッドcom.gh.mygreen.xlsmapper.util.PropertyValueNavigator
プロパティの解析結果をキャッシュするかどうか。
SetCellConverterFactory - com.gh.mygreen.xlsmapper.cellconverter.implのクラス
Set型を処理するCellConverterを作成するためのファクトリクラス。
SetCellConverterFactory() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.cellconverter.impl.SetCellConverterFactory
 
SetCellConverterFactory.SetCellConverter - com.gh.mygreen.xlsmapper.cellconverter.implのクラス
 
setCellFormatter(CellFormatter) - クラス のメソッドcom.gh.mygreen.xlsmapper.Configuration
POIのセルのフォーマッターを指定します。
setCellValueAsDate(Cell, Date, boolean) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.POIUtils
セルに日時を設定する。
setClassInfos(List<ClassInfo>) - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.bind.AnnotationMappingInfo
JAXB用のクラス情報を設定するメソッド。
setClassName(String) - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.bind.AnnotationInfo
アノテーションのクラス名を設定する。
setClassName(String) - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.bind.ClassInfo
クラス名を設定する。
setCommentHandler(CellCommentHandler) - クラス のメソッドcom.gh.mygreen.xlsmapper.CellCommentOperator
セルのコメントを実際に処理する実装を設定する。
setCommentOperator(CellCommentOperator) - クラス のメソッドcom.gh.mygreen.xlsmapper.Configuration
セルコメントを操作するクラスを設定します。
setConfiguration(Configuration) - クラス のメソッドcom.gh.mygreen.xlsmapper.XlsLoader
システム情報を設定します。
setConfiguration(Configuration) - クラス のメソッドcom.gh.mygreen.xlsmapper.XlsMapper
システム情報を設定します。
setConfiguration(Configuration) - クラス のメソッドcom.gh.mygreen.xlsmapper.XlsSaver
システム情報を設定します。
setContinueTypeBindFailure(boolean) - クラス のメソッドcom.gh.mygreen.xlsmapper.Configuration
型変換エラーが発生しても処理を続けるかどうか。
setConverterRegistry(CellConverterRegistry) - クラス のメソッドcom.gh.mygreen.xlsmapper.Configuration
セルの値の型変換の管理クラスを設定します。
setCorrectCellDataValidationOnSave(boolean) - クラス のメソッドcom.gh.mygreen.xlsmapper.Configuration
書き込み時にセルの入力規則を修正するかどうか。
setCorrectNameRangeOnSave(boolean) - クラス のメソッドcom.gh.mygreen.xlsmapper.Configuration
書き込み時に名前の定義範囲を修正するかどうか設定します。
setDataFormat(String, CellFormatter) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.CellStyleProxy
書式を設定する
setDataFormat(String, String, CellFormatter) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.CellStyleProxy
書式を設定する。
setDefaultExcelPattern(String) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.AbstractDateCellConverter
デフォルトのExcelの書式を設定する
setDefaultExcelPattern(String) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.AbstractTemporalCellConverter
デフォルトのExcelの書式を設定する
setDefaultMessage(String) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.ObjectError
デフォルトメッセージを設定する。
setDefaultValue(T, ProcessCase[]) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.BaseCellConverter
初期値を設定します。
setElementConverter(ElementConverter) - クラス のメソッドcom.gh.mygreen.xlsmapper.textformatter.ListFormatter
要素の変換処理方法を設定します。
setErrors(SheetBindingErrors<?>) - クラス のメソッドcom.gh.mygreen.xlsmapper.LoadingWorkObject
 
setErrors(SheetBindingErrors<?>) - クラス のメソッドcom.gh.mygreen.xlsmapper.SavingWorkObject
 
setExcelPattern(String) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.AbstractNumberCellConverter
Excelの書式を設定する
setExpressionLanguage(ExpressionLanguage) - クラス のメソッドcom.gh.mygreen.xlsmapper.localization.MessageInterpolator
EL式を解析する実装クラスを設定する。
setFailToFalse(boolean) - クラス のメソッドcom.gh.mygreen.xlsmapper.textformatter.BooleanFormatter
 
setFieldFormatterRegistry(FieldFormatterRegistry) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.SheetBindingErrors
フィールドのフォーマッタクラスを設定する。
setFieldInfos(List<FieldInfo>) - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.bind.ClassInfo
JAXB用のフィールド情報を設定するメソッド。
setFieldName(String) - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.bind.FieldInfo
フィールド名を設定する
setFieldProcessorRegistry(FieldProcessorRegistry) - クラス のメソッドcom.gh.mygreen.xlsmapper.Configuration
アノテーションを処理するプロセッサの管理クラスを設定します。
setFormatter(FieldFormatter<T>) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.CellField
フォーマッタを設定する。
setFormulaFormatter(MessageInterpolator) - クラス のメソッドcom.gh.mygreen.xlsmapper.Configuration
数式をフォーマットするためのクラスを取得します。
setFormulaHandler(CellFormulaHandler) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.BaseCellConverter
数式を処理するハンドラを設定する
setFormulaRecalcurationOnSave(boolean) - クラス のメソッドcom.gh.mygreen.xlsmapper.Configuration
書き込み時に式の再計算をするか設定します。
setHorizontalAlignment(HorizontalAlignment) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.BaseCellConverter
セルの設定 - 横位置
setHorizontalAlignment(HorizontalAlignment) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.CellStyleProxy
横位置を設定する
setHorizontalPrefix(int) - クラス のメソッドcom.gh.mygreen.xlsmapper.DefaultCellCommentHandler
コメントの横方向の開始位置を設定する。
setIgnoreCase(boolean) - クラス のメソッドcom.gh.mygreen.xlsmapper.textformatter.BooleanFormatter
 
setIgnoreEmptyElement(boolean) - クラス のメソッドcom.gh.mygreen.xlsmapper.textformatter.ListFormatter
フォーマットする際に空の要素は無視するかどうか設定します。
setIgnoreNotFoundKey(boolean) - クラス のメソッドcom.gh.mygreen.xlsmapper.util.PropertyValueNavigator
実行時オプション - 配列/Collection/Mapにアクセスする際に指定したキーの要素が存在しない場合に処理を終了するかどうか。
setIgnoreNotResolveType(boolean) - クラス のメソッドcom.gh.mygreen.xlsmapper.util.PropertyTypeNavigator
クラスタイプの解析ができない場合に処理を終了するかどうか。
setIgnoreNull(boolean) - クラス のメソッドcom.gh.mygreen.xlsmapper.util.PropertyValueNavigator
実行時オプション - 値がnullの場合に例外をスローしないでその時点で処理を終了するかどうか。
setIgnoreSheetNotFound(boolean) - クラス のメソッドcom.gh.mygreen.xlsmapper.Configuration
シートが見つからなくても無視するかどうか設定します。
setIndent(short) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.BaseCellConverter
セルの設定 - インデント
setIndent(short) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.CellStyleProxy
インデントを設定する
setLabel(String) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.CellLink
リンクの見出しを設定する
setLabel(Object, String) - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldaccessor.FieldAccessor
ラベル情報を設定します。
setLabel(String) - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldprocessor.impl.ArrayCellsHandler
ラベルを設定する
setLabel(String) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.CellField
セルのラベル情報を設定します。
setLabel(String) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.ObjectError
ラベルを設定します。
setLink(String) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.CellLink
リンクのアドレスを設定する。
setMapLabel(Object, String, String) - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldaccessor.FieldAccessor
XlsMapColumnsフィールド用のラベル情報を設定します。
setMapPosition(Object, CellPosition, String) - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldaccessor.FieldAccessor
XlsMapColumnsフィールド用の位置情報を設定します。
setMathContext(MathContext) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.AbstractNumberCellConverter
数値を処理する際のコンテキストを設定する
setMaxHorizontalSize(int) - クラス のメソッドcom.gh.mygreen.xlsmapper.DefaultCellCommentHandler
コメントの列方向の最大サイズ。
setMaxVerticalSize(int) - クラス のメソッドcom.gh.mygreen.xlsmapper.DefaultCellCommentHandler
コメントの縦方向の最大サイズを設定する。
setMergeCellOnSave(boolean) - クラス のメソッドcom.gh.mygreen.xlsmapper.Configuration
書き込み時にセルの結合を行うかどうか設定します。
setMessageCodeGenerator(MessageCodeGenerator) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.SheetBindingErrors
 
setMessageCodeGenerator(MessageCodeGenerator) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.SheetErrorFormatter
 
setMessageInterporlator(MessageInterpolator) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.SheetErrorFormatter
 
setMessageResolver(MessageResolver) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.SheetErrorFormatter
 
setMessageSource(MessageSource) - クラス のメソッドcom.gh.mygreen.xlsmapper.localization.SpringMessageResolver
メッセージソースを設定する
setMethodInfos(List<MethodInfo>) - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.bind.ClassInfo
JAXB用のメソッド情報を設定するメソッド。
setMethodName(String) - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.bind.MethodInfo
メソッド名を設定する
setNestedPath(String) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.SheetBindingErrors
指定したパスで現在のパスを初期化します。
setNormalizeLabelText(boolean) - クラス のメソッドcom.gh.mygreen.xlsmapper.Configuration
ラベルの文字列を空白などを正規化してマッピングするかどうか設定します。
setOverride(boolean) - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.bind.ClassInfo
既存のクラスの定義にあるアノテーションの設定をXMLの定義で上書きするかどうか設定する。
setOverride(boolean) - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.bind.FieldInfo
既存のフィールドの定義にあるアノテーションの設定をXMLの定義で上書きするかどうか設定する。
setOverride(boolean) - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.bind.MethodInfo
既存のメソッドの定義にあるアノテーションの設定をXMLの定義で上書きするかどうか設定する。
setPoiCellFormatter(POICellFormatter) - クラス のメソッドcom.gh.mygreen.xlsmapper.DefaultCellFormatter
POICellFormatterを設定する。
setPosition(Object, CellPosition) - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldaccessor.FieldAccessor
位置情報を設定します。
setPosition(CellPosition) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.CellField
セルの位置情報を設定します。
setPostLoadMethods(List<Method>) - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldprocessor.ListenerClassCache
 
setPostSaveMethods(List<Method>) - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldprocessor.ListenerClassCache
 
setPrefix(String) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.MessageCodeGenerator
メッセージの接頭語を設定する。
setPreLoadMethods(List<Method>) - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldprocessor.ListenerClassCache
 
setPreSaveMethods(List<Method>) - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldprocessor.ListenerClassCache
 
setPrimaryFormula(boolean) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.CellFormulaHandler
セルの値が設定済みの時に、数式の設定を優先するかどうか。
setProperties(Properties) - クラス のメソッドcom.gh.mygreen.xlsmapper.localization.PropertiesMessageResolver
プロパティを設定する
setRegexLabelText(boolean) - クラス のメソッドcom.gh.mygreen.xlsmapper.Configuration
ラベルを正規表現でマッピングするかどうか設置します。
setRejectedValue(Object) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.FieldError
エラートとなったフィールドの値を設定する。
setRequired(boolean) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.CellField
値が必須かの設定を行う。
setRequiredElement(boolean) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.ArrayCellField
要素の値が必須かの設定を行う。
setRootPath() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.SheetBindingErrors
現在のパスをルートに移動します。
setSeparator(String) - クラス のメソッドcom.gh.mygreen.xlsmapper.textformatter.ListFormatter
要素の区切り文字を設定します。
setSettingExcelPattern(String) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.AbstractDateCellConverter
アノテーションで指定されたExcelの書式を設定する。
setSettingExcelPattern(String) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.AbstractTemporalCellConverter
アノテーションで指定されたExcelの書式を設定する。
setSheetFinder(SheetFinder) - クラス のメソッドcom.gh.mygreen.xlsmapper.Configuration
処理対象のシートを取得するためのクラスを設定します。
setSheetIndex(int) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.SheetBindingErrors
シート番号を設定する
setSheetName(String) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.ObjectError
シート名を設定します。
setSheetName(String) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.SheetBindingErrors
現在のシート名を設定します。
setShrinkToFit() - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.CellStyleProxy
縮小して表示を有効にする
setShrinktToFit(boolean) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.BaseCellConverter
セルの設定 - セルを縮小して表示するかどうか設定します。
setTextFormatter(TextFormatter<T>) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.BaseCellConverter
文字列とオブジェクトを相互変換するフォーマッタを取得します。
settingGroups - クラス の変数com.gh.mygreen.xlsmapper.validation.fieldvalidation.GroupValidatorSupport
バリデーション時のヒントとなるグループ
setTrimmed(boolean) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.BaseCellConverter
値をトリミングするかどうか設定する
setTrimmed(boolean) - クラス のメソッドcom.gh.mygreen.xlsmapper.textformatter.ListFormatter
トリムして処理をするかどうか設定します。
setTypeMismatchCode(String) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.MessageCodeGenerator
型変換エラー時のエラーコードを設定する。
setupCell(Cell, Optional<T>) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.BaseCellConverter
書き込み時のセルに値と書式を設定します。
setupCell(Cell, Optional<T>) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.AbstractDateCellConverter
 
setupCell(Cell, Optional<T>) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.AbstractNumberCellConverter
 
setupCell(Cell, Optional<T>) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.AbstractTemporalCellConverter
 
setupCell(Cell, Optional<Object[]>) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.ArrayCellConverterFactory.ArrayCellConverter
 
setupCell(Cell, Optional<Boolean>) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.BooleanCellConverterFactory.BooleanCellConverter
 
setupCell(Cell, Optional<Calendar>) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.CalendarCellConverterFactory.CalendarCellConverter
 
setupCell(Cell, Optional<CellLink>) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.CellLinkCellConverterFactory.CellLinkCellConverter
 
setupCell(Cell, Optional<Character>) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.CharacterCellConverterFactory.CharacterCellConverter
 
setupCell(Cell, Optional<Enum>) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.EnumCellConverterFactory.EnumCellConverter
 
setupCell(Cell, Optional<List>) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.ListCellConverterFactory.ListCellConverter
 
setupCell(Cell, Optional<Set>) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.SetCellConverterFactory.SetCellConverter
 
setupCell(Cell, Optional<String>) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.StringCellConverterFactory.StringCellConverter
 
setupCell(Cell, Optional<URI>) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.URICellConverterFactory.URICellConverter
 
setupCellConverter(BaseCellConverter<T>, FieldAccessor, Configuration) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.CellConverterFactorySupport
引数で指定したCellConverterに対して、トリムなどの共通の設定を行う。
setupCellPositoin(Cell) - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldprocessor.impl.RecordOperation
セルの位置を元に左上、右下の端の位置を記憶する。
setupCellPositoin(CellPosition) - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldprocessor.impl.RecordOperation
アドレス情報を元に左上、右下の端の位置を記憶する。
setupCellPositoin(int, int) - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldprocessor.impl.RecordOperation
セルの位置を元に左上、右下の端の位置を記憶する。
setupConstaint(Sheet, DataValidationConstraint, Point, Point) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.POIUtils
指定した範囲のセルに制約を追加する。
setupCustom(BaseCellConverter<T>, FieldAccessor, Configuration) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.CellConverterFactorySupport
各個別に、Converterの設定を行う。
setupCustom(BaseCellConverter<T>, FieldAccessor, Configuration) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.AbstractDateCellConverterFactory
 
setupCustom(BaseCellConverter<T>, FieldAccessor, Configuration) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.AbstractNumberCellConverterFactory
 
setupCustom(BaseCellConverter<T>, FieldAccessor, Configuration) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.AbstractTemporalCellConverterFactory
 
setupCustom(BaseCellConverter<Object[]>, FieldAccessor, Configuration) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.ArrayCellConverterFactory
 
setupCustom(BaseCellConverter<Boolean>, FieldAccessor, Configuration) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.BooleanCellConverterFactory
 
setupCustom(BaseCellConverter<Calendar>, FieldAccessor, Configuration) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.CalendarCellConverterFactory
 
setupCustom(BaseCellConverter<CellLink>, FieldAccessor, Configuration) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.CellLinkCellConverterFactory
 
setupCustom(BaseCellConverter<Character>, FieldAccessor, Configuration) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.CharacterCellConverterFactory
 
setupCustom(BaseCellConverter<Enum>, FieldAccessor, Configuration) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.EnumCellConverterFactory
 
setupCustom(BaseCellConverter<List>, FieldAccessor, Configuration) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.ListCellConverterFactory
 
setupCustom(BaseCellConverter<Set>, FieldAccessor, Configuration) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.SetCellConverterFactory
 
setupCustom(BaseCellConverter<String>, FieldAccessor, Configuration) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.StringCellConverterFactory
 
setupCustom(BaseCellConverter<URI>, FieldAccessor, Configuration) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.impl.URICellConverterFactory
 
setupExplicitListConstaint(Sheet, Collection<String>, Point, Point) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.POIUtils
テンプレートの入力規則の制約「リスト」を追加する。
setupExplicitListConstaint(Sheet, String[], Point, Point) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.POIUtils
テンプレートの入力規則の制約「リスト」を追加する。
setupFormulaListConstaint(Sheet, String, Point, Point) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.POIUtils
テンプレートの入力規則の制約「リスト」を式形式で追加する。
setValue(Object, Object) - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldaccessor.FieldAccessor
オブジェクトのフィールドに値を設定する。
setValueFormatter(OgnlValueFormatter) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.xml.XmlBuilder
JavaオブジェクトをOGNL式に変換するためのクラスを設定する。
setVertialPrefix(int) - クラス のメソッドcom.gh.mygreen.xlsmapper.DefaultCellCommentHandler
コメントの縦方向の開始位置を設定する。
setVerticalAlignment(VerticalAlignment) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.BaseCellConverter
セルの設定 - 縦位置
setVerticalAlignment(VerticalAlignment) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.CellStyleProxy
縦位置を設定する
setWrapText(boolean) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.BaseCellConverter
セルの設定 - 折り返して全体を表示するかどうか設定します。
setWrapText() - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.CellStyleProxy
折り返し設定を有効にする
SheetBeanValidator - com.gh.mygreen.xlsmapper.validation.beanvalidationのクラス
BeanValidaion JSR-303(ver.1.0)/JSR-349(ver.1.1)を利用したValidator.
SheetBeanValidator(Validator) - クラス のコンストラクタcom.gh.mygreen.xlsmapper.validation.beanvalidation.SheetBeanValidator
 
SheetBeanValidator() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.validation.beanvalidation.SheetBeanValidator
 
SheetBindingErrors<P> - com.gh.mygreen.xlsmapper.validationのクラス
1シート分のエラー情報を管理するクラス。
SheetBindingErrors(P, String) - クラス のコンストラクタcom.gh.mygreen.xlsmapper.validation.SheetBindingErrors
オブジェクト名を指定しするコンストラクタ。
SheetBindingErrors(P) - クラス のコンストラクタcom.gh.mygreen.xlsmapper.validation.SheetBindingErrors
クラス名をオブジェクト名とするコンストラクタ。
SheetBindingErrorsFactory - com.gh.mygreen.xlsmapperのクラス
SheetBindingErrorsのインスタンスを作成するクラス
SheetBindingErrorsFactory() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.SheetBindingErrorsFactory
 
SheetErrorFormatter - com.gh.mygreen.xlsmapper.validationのクラス
シート用のエラーオブジェクトを解釈して、メッセージに変換するクラス。
SheetErrorFormatter() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.validation.SheetErrorFormatter
 
SheetFinder - com.gh.mygreen.xlsmapperのクラス
読み込み時/書き込み処理時のシートを取得するクラス。
SheetFinder() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.SheetFinder
 
sheetName(String) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.FieldErrorBuilder
シート名を設定します。
sheetName(String) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.InternalFieldErrorBuilder
 
sheetName(String) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.InternalObjectErrorBuilder
 
sheetName(String) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.ObjectErrorBuilder
シート名を設定します。
SheetNameProcessor - com.gh.mygreen.xlsmapper.fieldprocessor.implのクラス
アノテーション XlsSheetName を処理する。
SheetNameProcessor() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.fieldprocessor.impl.SheetNameProcessor
 
SheetNotFoundException - com.gh.mygreen.xlsmapperの例外
シートが見つからない場合にスローされる例外クラス。
SheetNotFoundException(String) - 例外 のコンストラクタcom.gh.mygreen.xlsmapper.SheetNotFoundException
指定したシート名が見つからない場合に、そのシート名を指定するコンストラクタ。
SheetNotFoundException(String, String) - 例外 のコンストラクタcom.gh.mygreen.xlsmapper.SheetNotFoundException
指定したシート名が見つからない場合に、そのシート名を指定するコンストラクタ。
SheetNotFoundException(int, int) - 例外 のコンストラクタcom.gh.mygreen.xlsmapper.SheetNotFoundException
指定したシートのインデックスが見つからない場合に、そのシートインデックスを指定するコンストラクタ。
ShortCellConverterFactory - com.gh.mygreen.xlsmapper.cellconverter.implのクラス
Short型を処理するCellConverterを作成するクラス。
ShortCellConverterFactory() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.cellconverter.impl.ShortCellConverterFactory
 
ShortCellConverterFactory.ShortCellConverter - com.gh.mygreen.xlsmapper.cellconverter.implのクラス
 
shrinktToFit - クラス の変数com.gh.mygreen.xlsmapper.cellconverter.BaseCellConverter
セルの設定 - セルを縮小して表示するかどうか
size() - クラス のメソッドcom.gh.mygreen.xlsmapper.annotation.XlsLabelledArrayCellsForIterateTable
 
skip() - クラス のメソッドcom.gh.mygreen.xlsmapper.annotation.XlsLabelledArrayCellsForIterateTable
 
skip() - クラス のメソッドcom.gh.mygreen.xlsmapper.annotation.XlsLabelledCellForIterateTable
 
SpringBeanFactory - com.gh.mygreen.xlsmapperのクラス
SpringのコンテナからBeanを作成するためのBeanFactory の実装。
SpringBeanFactory() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.SpringBeanFactory
 
SpringMessageResolver - com.gh.mygreen.xlsmapper.localizationのクラス
SpringのMessageSourceをブリッジするMessageResolver
SpringMessageResolver() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.localization.SpringMessageResolver
 
SpringMessageResolver(MessageSource) - クラス のコンストラクタcom.gh.mygreen.xlsmapper.localization.SpringMessageResolver
 
SqlDateCellConverterFactory - com.gh.mygreen.xlsmapper.cellconverter.implのクラス
Dateを処理するCellConverterを作成するためのファクトリクラス。
SqlDateCellConverterFactory() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.cellconverter.impl.SqlDateCellConverterFactory
 
SqlDateCellConverterFactory.SqlDateCellConverter - com.gh.mygreen.xlsmapper.cellconverter.implのクラス
 
SqlTimeCellConverterFactory - com.gh.mygreen.xlsmapper.cellconverter.implのクラス
Time を処理する CellConverter を作成するためのファクトリクラス。
SqlTimeCellConverterFactory() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.cellconverter.impl.SqlTimeCellConverterFactory
 
SqlTimeCellConverterFactory.SqlTimeCellConverter - com.gh.mygreen.xlsmapper.cellconverter.implのクラス
 
SqlTimestampCellConverterFactory - com.gh.mygreen.xlsmapper.cellconverter.implのクラス
Timestampを処理するCellConverterを作成するためのファクトリクラス。
SqlTimestampCellConverterFactory() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.cellconverter.impl.SqlTimestampCellConverterFactory
 
SqlTimestampCellConverterFactory.SqlTimestampCellConverter - com.gh.mygreen.xlsmapper.cellconverter.implのクラス
 
StackUtils - com.gh.mygreen.xlsmapper.utilのクラス
LinkedListに対するユーティリティクラス。
StackUtils() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.util.StackUtils
 
startColumn(int) - クラス のメソッドcom.gh.mygreen.xlsmapper.util.CellFinder
起点となる列を指定する。
startPosition(int, int) - クラス のメソッドcom.gh.mygreen.xlsmapper.util.CellFinder
起点なる位置を指定する。
startPosition(Cell) - クラス のメソッドcom.gh.mygreen.xlsmapper.util.CellFinder
起点なる位置を指定する。
startPosition(CellPosition) - クラス のメソッドcom.gh.mygreen.xlsmapper.util.CellFinder
起点なる位置を指定する。
startRow(int) - クラス のメソッドcom.gh.mygreen.xlsmapper.util.CellFinder
起点となる行を指定する。
StringCellConverterFactory - com.gh.mygreen.xlsmapper.cellconverter.implのクラス
Stringを処理するCellConverterを作成するためのファクトリクラス。
StringCellConverterFactory() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.cellconverter.impl.StringCellConverterFactory
 
StringCellConverterFactory.StringCellConverter - com.gh.mygreen.xlsmapper.cellconverter.implのクラス
 

T

tableLabel() - クラス のメソッドcom.gh.mygreen.xlsmapper.annotation.XlsHorizontalRecordsForIterateTables
 
tableLabel() - クラス のメソッドcom.gh.mygreen.xlsmapper.annotation.XlsVerticalRecordsForIterateTables
 
tableLabelAbove() - クラス のメソッドcom.gh.mygreen.xlsmapper.annotation.XlsVerticalRecordsForIterateTables
 
terminal() - クラス のメソッドcom.gh.mygreen.xlsmapper.annotation.XlsHorizontalRecordsForIterateTables
 
terminal() - クラス のメソッドcom.gh.mygreen.xlsmapper.annotation.XlsVerticalRecordsForIterateTables
 
terminateLabel() - クラス のメソッドcom.gh.mygreen.xlsmapper.annotation.XlsHorizontalRecordsForIterateTables
 
terminateLabel() - クラス のメソッドcom.gh.mygreen.xlsmapper.annotation.XlsVerticalRecordsForIterateTables
 
textFormatter - クラス の変数com.gh.mygreen.xlsmapper.cellconverter.BaseCellConverter
文字列とオブジェクトを相互変換するフォーマッタ
TextFormatter<T> - com.gh.mygreen.xlsmapper.textformatterのインタフェース
文字列をオブジェクトを相互変換すためのインタフェース。
TextParseException - com.gh.mygreen.xlsmapper.textformatterの例外
文字列をパースしてオブジェクトに変換する際に失敗したときにスローされる例外。
TextParseException(String, Class<?>, Throwable) - 例外 のコンストラクタcom.gh.mygreen.xlsmapper.textformatter.TextParseException
文字列をオブジェクトへパース時に発生した例外を指定するコンストラクタ。
TextParseException(String, Class<?>, Throwable, Map<String, Object>) - 例外 のコンストラクタcom.gh.mygreen.xlsmapper.textformatter.TextParseException
文字列をオブジェクトへパース時に発生した例外を指定し、さらにメッセージ変数を指定するコンストラクタ。
TextParseException(String, Class<?>) - 例外 のコンストラクタcom.gh.mygreen.xlsmapper.textformatter.TextParseException
 
TextParseException(String, Class<?>, Map<String, Object>) - 例外 のコンストラクタcom.gh.mygreen.xlsmapper.textformatter.TextParseException
 
toArray(Collection<Integer>) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.Utils
コレクションを配列に変換する。
toCell(T, Object, Sheet, CellPosition) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.BaseCellConverter
 
toCell(T, Object, Sheet, CellPosition) - インタフェース のメソッドcom.gh.mygreen.xlsmapper.cellconverter.CellConverter
シート書き込み時のJavaオブジェクト => Excel Cellに変換する。
toCellAddress() - クラス のメソッドcom.gh.mygreen.xlsmapper.util.CellPosition
POIのCellAddressの形式に変換します。
toInputStream() - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.bind.AnnotationMappingInfo
InputStreamとして返す。
Token(String) - クラス のコンストラクタcom.gh.mygreen.xlsmapper.util.PropertyPath.Token
 
toObject(Cell) - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.BaseCellConverter
 
toObject(Cell) - インタフェース のメソッドcom.gh.mygreen.xlsmapper.cellconverter.CellConverter
シート読み込み時のExcel Cell => Javaオブジェクトに変換する。
toPoint() - クラス のメソッドcom.gh.mygreen.xlsmapper.util.CellPosition
Pointの形式に変換します。
toString() - クラス のメソッドcom.gh.mygreen.xlsmapper.cellconverter.CellLink
 
toString() - クラス のメソッドcom.gh.mygreen.xlsmapper.fieldprocessor.RecordHeader
 
toString() - クラス のメソッドcom.gh.mygreen.xlsmapper.util.CellPosition
CellPosition.formatAsString()の値を返します。
toString() - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.bind.AnnotationInfo
 
toString() - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.bind.AnnotationMappingInfo
 
toString() - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.bind.ClassInfo
 
toString() - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.bind.FieldInfo
 
toString() - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.bind.MethodInfo
 
toType() - 例外 のメソッドcom.gh.mygreen.xlsmapper.textformatter.TextParseException
パース後のクラスタイプを取得する。
toXml() - クラス のメソッドcom.gh.mygreen.xlsmapper.xml.bind.AnnotationMappingInfo
XML(テキスト)として返す。
trim(String, Optional<XlsTrim>) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.Utils
アノテーションの属性trimに従い、文字列をトリムする。
trim(String, boolean) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.Utils
文字列をトリムする。
trimmed - クラス の変数com.gh.mygreen.xlsmapper.cellconverter.BaseCellConverter
値をトリムするかどうか
type() - クラス のメソッドcom.gh.mygreen.xlsmapper.annotation.XlsLabelledArrayCellsForIterateTable
 
type() - クラス のメソッドcom.gh.mygreen.xlsmapper.annotation.XlsLabelledCellForIterateTable
 
TypeBindException - com.gh.mygreen.xlsmapper.cellconverterの例外
ExcelのCellとJavaオブジェクト間の型変換に失敗した際にスローされる例外。
TypeBindException(Exception, String, Class<?>, Object) - 例外 のコンストラクタcom.gh.mygreen.xlsmapper.cellconverter.TypeBindException
 
TypeBindException(String, Class<?>, Object) - 例外 のコンストラクタcom.gh.mygreen.xlsmapper.cellconverter.TypeBindException
 

U

uncapitalize(String) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.Utils
先頭の文字を小文字にする。
updateDataValidationRegion(Sheet, CellRangeAddressList, CellRangeAddressList) - クラス のstaticメソッドcom.gh.mygreen.xlsmapper.util.POIUtils
入力規則の範囲を更新する。
URICellConverterFactory - com.gh.mygreen.xlsmapper.cellconverter.implのクラス
URI型を処理するCellConverterを作成するためのファクトリクラス。
URICellConverterFactory() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.cellconverter.impl.URICellConverterFactory
 
URICellConverterFactory.URICellConverter - com.gh.mygreen.xlsmapper.cellconverter.implのクラス
 
Utils - com.gh.mygreen.xlsmapper.utilのクラス
ユーティリティクラス。
Utils() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.util.Utils
 

V

validate(Object, SheetBindingErrors<?>, Class<?>...) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.beanvalidation.SheetBeanValidator
グループを指定して検証を実行する。
validate(ArrayCellField<E>, List<Class<?>>) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.AbstractArrayFieldValidator
 
validate(CellField<T>, List<Class<?>>) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.AbstractFieldValidator
 
validate(Class<?>...) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.ArrayCellField
 
validate(ArrayCellField<E>, List<Class<?>>) - インタフェース のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.ArrayFieldValidator
値の検証を行います。
validate(Class<?>...) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.CellField
グループなどのヒントを指定して、入力値の検証を行う。
validate(CellField<T>, List<Class<?>>) - インタフェース のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.FieldValidator
値の検証を行います。
validate(CellField<T>, List<Class<?>>) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.impl.DefaultFieldValidator
 
validate(T, SheetBindingErrors<?>, Class<?>...) - インタフェース のメソッドcom.gh.mygreen.xlsmapper.validation.ObjectValidator
オブジェクトの値を検証する。
validateForRequired() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.CellField
必須チェックを行う。
validateOnEmptyValue() - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.fieldvalidation.GroupValidatorSupport
値が空のときでも検証を行うかどうか。
valueOf(String) - 列挙 のstaticメソッドcom.gh.mygreen.xlsmapper.annotation.ArrayDirection
指定した名前を持つこの型の列挙型定数を返します。
valueOf(String) - 列挙 のstaticメソッドcom.gh.mygreen.xlsmapper.annotation.LabelledCellType
指定した名前を持つこの型の列挙型定数を返します。
valueOf(String) - 列挙 のstaticメソッドcom.gh.mygreen.xlsmapper.annotation.RecordTerminal
指定した名前を持つこの型の列挙型定数を返します。
valueOf(String) - 列挙 のstaticメソッドcom.gh.mygreen.xlsmapper.annotation.XlsArrayOption.OverOperation
指定した名前を持つこの型の列挙型定数を返します。
valueOf(String) - 列挙 のstaticメソッドcom.gh.mygreen.xlsmapper.annotation.XlsArrayOption.RemainedOperation
指定した名前を持つこの型の列挙型定数を返します。
valueOf(String) - 列挙 のstaticメソッドcom.gh.mygreen.xlsmapper.annotation.XlsCellOption.HorizontalAlign
指定した名前を持つこの型の列挙型定数を返します。
valueOf(String) - 列挙 のstaticメソッドcom.gh.mygreen.xlsmapper.annotation.XlsCellOption.VerticalAlign
指定した名前を持つこの型の列挙型定数を返します。
valueOf(String) - 列挙 のstaticメソッドcom.gh.mygreen.xlsmapper.annotation.XlsRecordOption.OverOperation
指定した名前を持つこの型の列挙型定数を返します。
valueOf(String) - 列挙 のstaticメソッドcom.gh.mygreen.xlsmapper.annotation.XlsRecordOption.RemainedOperation
指定した名前を持つこの型の列挙型定数を返します。
valueOf(String) - 列挙 のstaticメソッドcom.gh.mygreen.xlsmapper.fieldprocessor.ProcessCase
指定した名前を持つこの型の列挙型定数を返します。
values() - 列挙 のstaticメソッドcom.gh.mygreen.xlsmapper.annotation.ArrayDirection
この列挙型の定数を含む配列を宣言されている順序で返します。
values() - 列挙 のstaticメソッドcom.gh.mygreen.xlsmapper.annotation.LabelledCellType
この列挙型の定数を含む配列を宣言されている順序で返します。
values() - 列挙 のstaticメソッドcom.gh.mygreen.xlsmapper.annotation.RecordTerminal
この列挙型の定数を含む配列を宣言されている順序で返します。
values() - 列挙 のstaticメソッドcom.gh.mygreen.xlsmapper.annotation.XlsArrayOption.OverOperation
この列挙型の定数を含む配列を宣言されている順序で返します。
values() - 列挙 のstaticメソッドcom.gh.mygreen.xlsmapper.annotation.XlsArrayOption.RemainedOperation
この列挙型の定数を含む配列を宣言されている順序で返します。
values() - 列挙 のstaticメソッドcom.gh.mygreen.xlsmapper.annotation.XlsCellOption.HorizontalAlign
この列挙型の定数を含む配列を宣言されている順序で返します。
values() - 列挙 のstaticメソッドcom.gh.mygreen.xlsmapper.annotation.XlsCellOption.VerticalAlign
この列挙型の定数を含む配列を宣言されている順序で返します。
values() - 列挙 のstaticメソッドcom.gh.mygreen.xlsmapper.annotation.XlsRecordOption.OverOperation
この列挙型の定数を含む配列を宣言されている順序で返します。
values() - 列挙 のstaticメソッドcom.gh.mygreen.xlsmapper.annotation.XlsRecordOption.RemainedOperation
この列挙型の定数を含む配列を宣言されている順序で返します。
values() - 列挙 のstaticメソッドcom.gh.mygreen.xlsmapper.fieldprocessor.ProcessCase
この列挙型の定数を含む配列を宣言されている順序で返します。
var(String, Object) - クラス のメソッドcom.gh.mygreen.xlsmapper.localization.MessageBuilder
メッセージ変数を追加する。
variables(Map<String, Object>) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.FieldErrorBuilder
メッセージ中の変数を追加します。
variables(String, Object) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.FieldErrorBuilder
メッセージ中の変数を追加します。
variables(Map<String, Object>) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.InternalFieldErrorBuilder
 
variables(String, Object) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.InternalFieldErrorBuilder
 
variables(Map<String, Object>) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.InternalObjectErrorBuilder
 
variables(String, Object) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.InternalObjectErrorBuilder
 
variables(Map<String, Object>) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.ObjectErrorBuilder
メッセージ中の変数を追加します。
variables(String, Object) - クラス のメソッドcom.gh.mygreen.xlsmapper.validation.ObjectErrorBuilder
メッセージ中の変数を追加します。
varWithAnno(String, Class<? extends Annotation>) - クラス のメソッドcom.gh.mygreen.xlsmapper.localization.MessageBuilder
メッセージ変数としてアノテーション名を追加する。
varWithArrays(String, Object...) - クラス のメソッドcom.gh.mygreen.xlsmapper.localization.MessageBuilder
メッセージ変数として配列を追加する。
varWithClass(String, Class<?>) - クラス のメソッドcom.gh.mygreen.xlsmapper.localization.MessageBuilder
メッセージ変数としてクラス名を追加する。
varWithEnum(String, Enum<?>) - クラス のメソッドcom.gh.mygreen.xlsmapper.localization.MessageBuilder
メッセージ変数として列挙型を追加する。
verticalAlignment - クラス の変数com.gh.mygreen.xlsmapper.cellconverter.BaseCellConverter
セルの設定 - 縦位置
VerticalRecordsProcessor - com.gh.mygreen.xlsmapper.fieldprocessor.implのクラス
アノテーションXlsVerticalRecordsを処理するクラス。
VerticalRecordsProcessor() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.fieldprocessor.impl.VerticalRecordsProcessor
 

W

withTestArrayElement(boolean) - クラス のメソッドcom.gh.mygreen.xlsmapper.util.IsEmptyConfig
配列の値も検証対象とするかどうかを設定します設定します。
withTestCollectionElement(boolean) - クラス のメソッドcom.gh.mygreen.xlsmapper.util.IsEmptyConfig
Collectionの値も検証対象とするかどうかを設定します設定します。
withTestMapValue(boolean) - クラス のメソッドcom.gh.mygreen.xlsmapper.util.IsEmptyConfig
Mapの値も検証対象とするかどうかを設定します設定します。
withTestTransient(boolean) - クラス のメソッドcom.gh.mygreen.xlsmapper.util.IsEmptyConfig
transientが付与されたフィールドも対象とするかどうか設定します。
withZeroAsEmpty(boolean) - クラス のメソッドcom.gh.mygreen.xlsmapper.util.IsEmptyConfig
数値の0を空として扱うかどうか設定します。
wrapText - クラス の変数com.gh.mygreen.xlsmapper.cellconverter.BaseCellConverter
セルの設定 - 折り返して全体を表示するかどうか

X

XlsArrayCells - com.gh.mygreen.xlsmapper.annotationの注釈型
連続し隣接するセルをCollection(List, Set)または配列にマッピングします。
XlsArrayColumns - com.gh.mygreen.xlsmapper.annotationの注釈型
アノテーションXlsHorizontalRecordsXlsVerticalRecordsで指定されたレコード用のクラスにおいて、 隣接する連続したカラムを、配列やListにマッピングします。
XlsArrayConverter - com.gh.mygreen.xlsmapper.annotationの注釈型
Collection(List, Set)または配列に対する変換規則を指定するアノテーション。
XlsArrayOption - com.gh.mygreen.xlsmapper.annotationの注釈型
XlsArrayCellsXlsLabelledArrayCellsXlsArrayColumnsの書き込み時の配列・リストの操作を指定するためのアノテーションです。
XlsArrayOption.OverOperation - com.gh.mygreen.xlsmapper.annotationの列挙
アノテーション XlsArrayCellsXlsLabelledArrayCellsで、 書き込み時に、配列やリストのデータサイズ数に対して、属性size()の値が小さい場合の操作を指定します。
XlsArrayOption.RemainedOperation - com.gh.mygreen.xlsmapper.annotationの列挙
アノテーション XlsArrayCellsXlsLabelledArrayCellsで、 書き込み時に、配列やリストのデータサイズ数に対して、属性size()の値が大きい場合の操作を指定します。
XlsBooleanConverter - com.gh.mygreen.xlsmapper.annotationの注釈型
boolean/Booleanに対する変換規則を指定するアノテーションです。
XlsCell - com.gh.mygreen.xlsmapper.annotationの注釈型
セルの列と行を指定して、セルの値をマッピングします。
XlsCellOption - com.gh.mygreen.xlsmapper.annotationの注釈型
書き込み時のセルの配置などのを指定するためのアノテーションです。
XlsCellOption.HorizontalAlign - com.gh.mygreen.xlsmapper.annotationの列挙
セルの横位置のタイプ
XlsCellOption.VerticalAlign - com.gh.mygreen.xlsmapper.annotationの列挙
セルの縦位置のタイプ
XlsColumn - com.gh.mygreen.xlsmapper.annotationの注釈型
アノテーションXlsHorizontalRecordsXlsVerticalRecordsのレコード用のクラスにおいて、1つのカラムをマッピングします。
XlsComment - com.gh.mygreen.xlsmapper.annotationの注釈型
セルの列と行を指定して、セルのコメントをマッピングします。
XlsCommentOption - com.gh.mygreen.xlsmapper.annotationの注釈型
XlsComment/XlsLabelledComment/値セルのフィールド(Map<String, String> comments) の書き込み時のセルのコメントのサイズなどの制御を指定するためのアノテーションです。
XlsConverter - com.gh.mygreen.xlsmapper.annotationの注釈型
独自のクラスタイプの変換処理を指定するためのアノテーションです。
XlsDateTimeConverter - com.gh.mygreen.xlsmapper.annotationの注釈型
日時に対する変換規則を指定するアノテーションです。
XlsDefaultValue - com.gh.mygreen.xlsmapper.annotationの注釈型
初期値を指定するためのアノテーションです。
XlsEnumConverter - com.gh.mygreen.xlsmapper.annotationの注釈型
列挙型に対する変換規則を指定するアノテーションです。
XlsFieldProcessor - com.gh.mygreen.xlsmapper.annotationの注釈型
マッピング用のアノテーションを表現するためのメタアノテーションです。
XlsFormula - com.gh.mygreen.xlsmapper.annotationの注釈型
書き込み時にセルの数式を定義するためのアノテーションです。
XlsHorizontalRecords - com.gh.mygreen.xlsmapper.annotationの注釈型
水平方向に連続する行をCollection(List, Set)または配列にマッピングする際に指定します。
XlsHorizontalRecordsForIterateTables - com.gh.mygreen.xlsmapper.annotationのクラス
IterateTablesProcessorから、HorizontalRecordsProcessorXlsHorizontalRecordsの情報を渡す際のインタフェース用クラス。
XlsHorizontalRecordsForIterateTables(XlsHorizontalRecords, int, int) - クラス のコンストラクタcom.gh.mygreen.xlsmapper.annotation.XlsHorizontalRecordsForIterateTables
アノテーションを元に、インスタンスを作成する。
XlsIgnorable - com.gh.mygreen.xlsmapper.annotationの注釈型
空のレコードなどの無駄なレコードをマッピングしないよう、無視する条件を判定するメソッドに付与します。
XlsIterateTables - com.gh.mygreen.xlsmapper.annotationの注釈型
同一の構造の表がシート内で繰り返し出現する場合に使用し、Collection(List、Set)または配列にマッピングします。
XlsLabelledArrayCells - com.gh.mygreen.xlsmapper.annotationの注釈型
セルの見出し用のラベルセルを指定し、左右もしくは下側に連続し隣接するセルをCollection(List, Set)または配列にマッピングします。
XlsLabelledArrayCellsForIterateTable - com.gh.mygreen.xlsmapper.annotationのクラス
XlsLabelledArrayCellsIterateTablesProcessorにブリッジするためのアノテーションクラス。
XlsLabelledArrayCellsForIterateTable(XlsLabelledArrayCells, int, int) - クラス のコンストラクタcom.gh.mygreen.xlsmapper.annotation.XlsLabelledArrayCellsForIterateTable
 
XlsLabelledCell - com.gh.mygreen.xlsmapper.annotationの注釈型
ラベルセルを指定し、その左右もしくは下側のセルの値をマッピングします。
XlsLabelledCellForIterateTable - com.gh.mygreen.xlsmapper.annotationのクラス
XlsIterateTables内のXlsLabelledCellをブリッジするクラス。
XlsLabelledCellForIterateTable(XlsLabelledCell, int, int) - クラス のコンストラクタcom.gh.mygreen.xlsmapper.annotation.XlsLabelledCellForIterateTable
 
XlsLabelledComment - com.gh.mygreen.xlsmapper.annotationの注釈型
指定したラベルセルのコメント情報をマッピングします。
XlsLabelledCommentForIterateTable - com.gh.mygreen.xlsmapper.annotationのクラス
XlsIterateTables内のXlsLabelledCommentをブリッジするクラス。
XlsLabelledCommentForIterateTable(XlsLabelledComment, int, int) - クラス のコンストラクタcom.gh.mygreen.xlsmapper.annotation.XlsLabelledCommentForIterateTable
 
XlsListener - com.gh.mygreen.xlsmapper.annotationの注釈型
ライフサイクルコールバック用のリスナークラスを指定するためのアノテーション。
XlsLoader - com.gh.mygreen.xlsmapperのクラス
ExcelのシートをJavaBeanにマッピングするクラス。
XlsLoader(Configuration) - クラス のコンストラクタcom.gh.mygreen.xlsmapper.XlsLoader
独自のシステム情報を設定するコンストラクタ
XlsLoader() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.XlsLoader
デフォルトのコンストラクタ
XlsMapColumns - com.gh.mygreen.xlsmapper.annotationの注釈型
アノテーションXlsHorizontalRecordsXlsVerticalRecordsで指定されたレコード用のクラスにおいて、 カラム数が可変の場合にそれらのカラムをMapとして設定します。
XlsMapper - com.gh.mygreen.xlsmapperのクラス
ExcelのシートとJavaオブジェクトをマッピングする機能を提供する。
XlsMapper() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.XlsMapper
デフォルトコンストラクタ
XlsMapperException - com.gh.mygreen.xlsmapperの例外
XlsMapperの基の本例外クラス。
XlsMapperException() - 例外 のコンストラクタcom.gh.mygreen.xlsmapper.XlsMapperException
 
XlsMapperException(String, Throwable) - 例外 のコンストラクタcom.gh.mygreen.xlsmapper.XlsMapperException
 
XlsMapperException(String) - 例外 のコンストラクタcom.gh.mygreen.xlsmapper.XlsMapperException
 
XlsMapperException(Throwable) - 例外 のコンストラクタcom.gh.mygreen.xlsmapper.XlsMapperException
 
XlsNestedRecords - com.gh.mygreen.xlsmapper.annotationの注釈型
アノテーションXlsHorizontalRecordsXlsVerticalRecordsのレコード用のクラスにおいて、 ツリー構造のように入れ子になっている表をマッピングする際に使用します。
XlsNumberConverter - com.gh.mygreen.xlsmapper.annotationの注釈型
数値型に対する変換規則を指定するアノテーションです。
XlsOrder - com.gh.mygreen.xlsmapper.annotationの注釈型
マッピング用のアノテーションの処理順序を定義します。
XlsPostLoad - com.gh.mygreen.xlsmapper.annotationの注釈型
シートの読み込み後に、このアノテーションを付与した任意のメソッドが実行されます。
XlsPostSave - com.gh.mygreen.xlsmapper.annotationの注釈型
シートの書き込み後に、このアノテーションを付与した任意のメソッドが実行されます。
XlsPreLoad - com.gh.mygreen.xlsmapper.annotationの注釈型
シートの読み込み前に、このアノテーションを付与した任意のメソッドが実行されます。
XlsPreSave - com.gh.mygreen.xlsmapper.annotationの注釈型
シートの書き込み前に、このアノテーションを付与した任意のメソッドが実行されます。
XlsRecordFinder - com.gh.mygreen.xlsmapper.annotationの注釈型
XlsHorizontalRecordsXlsVerticalRecordsの読み込み時において、 データレコードの開始位置が既存のアノテーションの属性だと表現できない場合に 任意の実装方法を指定するようにします。
XlsRecordOption - com.gh.mygreen.xlsmapper.annotationの注釈型
XlsHorizontalRecordsXlsVerticalRecordsの書き込み時のレコードの操作を指定するためのアノテーションです。
XlsRecordOption.OverOperation - com.gh.mygreen.xlsmapper.annotationの列挙
アノテーション XlsHorizontalRecordsXlsVerticalRecordsで、 書き込み時にデータのレコード数に対してシートのレコードが足りない場合の操作を指定します。
XlsRecordOption.RemainedOperation - com.gh.mygreen.xlsmapper.annotationの列挙
アノテーション XlsHorizontalRecordsXlsVerticalRecordsで、 書き込み時にデータのレコード数に対してシートのレコードが余っている際の操作を指定します。
XlsSaver - com.gh.mygreen.xlsmapperのクラス
JavaBeanをExcelのシートにマッピングし出力するクラス。
XlsSaver(Configuration) - クラス のコンストラクタcom.gh.mygreen.xlsmapper.XlsSaver
独自のシステム情報を設定するコンストラクタ
XlsSaver() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.XlsSaver
デフォルトのコンストラクタ
XlsSheet - com.gh.mygreen.xlsmapper.annotationの注釈型
シートのマッピング対象のルートクラス(JavaBeans)に付与するアノテーション。
XlsSheetName - com.gh.mygreen.xlsmapper.annotationの注釈型
処理対象のシート名をマッピングするメソッド、またはフィールドに付与します。
XlsTrim - com.gh.mygreen.xlsmapper.annotationの注釈型
読み込み時、または書き込み時に値をトリミング行うかどうか指定するためのアノテーション。
XlsVerticalRecords - com.gh.mygreen.xlsmapper.annotationの注釈型
垂直方向に連続する列をCollection(List, Set)または配列にマッピングする際に指定します。
XlsVerticalRecordsForIterateTables - com.gh.mygreen.xlsmapper.annotationのクラス
IterateTablesProcessorから、VerticalRecordsProcessorXlsVerticalRecordsの情報を渡す際のインタフェース用クラス。
XlsVerticalRecordsForIterateTables(XlsVerticalRecords, int, int) - クラス のコンストラクタcom.gh.mygreen.xlsmapper.annotation.XlsVerticalRecordsForIterateTables
アノテーションを元に、インスタンスを作成する。
XmlBuilder - com.gh.mygreen.xlsmapper.xmlのクラス
アノテーション用のXMLのオブジェクト(AnnotationMappingInfo)を組み立てるためのヘルパークラス。
XmlBuilder() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.xml.XmlBuilder
 
XmlIO - com.gh.mygreen.xlsmapper.xmlのクラス
XMLの読み込み、書き込みなどを行うユーティリティクラス。
XmlIO() - クラス のコンストラクタcom.gh.mygreen.xlsmapper.xml.XmlIO
 
XmlOperateException - com.gh.mygreen.xlsmapper.xmlの例外
XMLを操作する際に発生する例外。
XmlOperateException() - 例外 のコンストラクタcom.gh.mygreen.xlsmapper.xml.XmlOperateException
 
XmlOperateException(String, Throwable) - 例外 のコンストラクタcom.gh.mygreen.xlsmapper.xml.XmlOperateException
 
XmlOperateException(String) - 例外 のコンストラクタcom.gh.mygreen.xlsmapper.xml.XmlOperateException
 
XmlOperateException(Throwable) - 例外 のコンストラクタcom.gh.mygreen.xlsmapper.xml.XmlOperateException
 
A B C D E F G H I J K L M N O P Q R S T U V W X 
ナビゲーション・リンクをスキップ
XlsMapper 2.2

Copyright © 2022 mygreen. All rights reserved.