クラス
net.w_horse.excelpojo.ExcelPOJOException の使用

ExcelPOJOException を使用しているパッケージ
net.w_horse.excelpojo   
net.w_horse.excelpojo.annotation   
net.w_horse.excelpojo.bean   
net.w_horse.excelpojo.converter   
net.w_horse.excelpojo.excel   
net.w_horse.excelpojo.excel.cellseeker   
 

net.w_horse.excelpojo での ExcelPOJOException の使用
 

ExcelPOJOException をスローする net.w_horse.excelpojo のメソッド
 java.lang.Object ExcelPOJOBridge.load(java.io.InputStream inputStream)
          Excelからデータを読み込んでPOJOを作成する
InputStreamによってExcelのデータを読み込む際に使用
 java.lang.Object ExcelPOJOBridge.load(java.io.InputStream inputStream, java.lang.String sheetName)
          Excelからデータを読み込んでPOJOを作成する
InputStreamによってExcelのデータを読み込む際に使用
 java.lang.Object ExcelPOJOBridge.load(java.lang.String file)
          Excelからデータを読み込んでPOJOを作成する
 java.lang.Object ExcelPOJOBridge.load(java.lang.String file, java.lang.String sheetName)
          Excelからデータを読み込んでPOJOを作成する
シート名をコーディングにより指定する場合に使用
 void ExcelPOJOBridge.save(java.lang.String inputOutputBookName, java.lang.Object bean)
          POJOからExcelへ書き込む
 void ExcelPOJOBridge.save(java.lang.String inputOutputBookName, java.lang.String sheetName, java.lang.Object bean)
          POJOからExcelへ書き込む
シート名をコーディングにより指定する場合に使用
 void ExcelPOJOBridge.save(java.lang.String inputBookName, java.lang.String sheetName, java.lang.String outputBookName, java.lang.Object bean)
          POJOからExcelへ書き込む
テンプレートとしてExcelファイルを読み込み、 別ファイルとして保存する場合に使用
シート名をコーディングにより指定する場合に使用
 void ExcelPOJOBridge.save(org.apache.poi.ss.usermodel.Workbook inputBook, java.lang.String sheetName, java.lang.String outputBookName, java.lang.Object bean)
          POJOからExcelへ書き込む
テンプレートとしてExcelファイルを読み込み、 別ファイルとして保存する場合に使用
 

ExcelPOJOException をスローする net.w_horse.excelpojo のコンストラクタ
ExcelPOJOBridge(java.lang.Class<?> targetClass)
          XMLによる設定ファイルを使用せずに Excel⇔POJO間のマッピングを行う際に使用するコンストラクタ
 

net.w_horse.excelpojo.annotation での ExcelPOJOException の使用
 

ExcelPOJOException をスローする net.w_horse.excelpojo.annotation のメソッド
 void ExcelPOJOAnnotationParser.setCellSeeker(java.lang.annotation.Annotation annotation, HorizontalRepeatsSeeker seeker)
           
 void ExcelPOJOAnnotationParser.setCellSeeker(java.lang.annotation.Annotation annotation, VerticalRepeatsSeeker seeker)
           
 void ExcelPOJOAnnotationParser.setTargetClassProperties(java.util.HashMap<java.lang.String,CellSeeker> targetClassProperties, java.lang.Class<?> targetClass)
           
 

net.w_horse.excelpojo.bean での ExcelPOJOException の使用
 

ExcelPOJOException をスローする net.w_horse.excelpojo.bean のメソッド
static java.lang.Object Utils.convertIfNecessary(java.lang.Object value, java.lang.Class<?> requiredType)
           
 

net.w_horse.excelpojo.converter での ExcelPOJOException の使用
 

net.w_horse.excelpojo.converter での ExcelPOJOException のサブクラス
 class ConversionException
           
 

ExcelPOJOException をスローする net.w_horse.excelpojo.converter のメソッド
 java.lang.Object CellFieldConverter.convertCell2Field(java.lang.Object value)
           
 java.lang.Object StringDateConverter.convertCell2Field(java.lang.Object value)
           
 java.lang.Object CellFieldConverter.convertField2Cell(java.lang.Object value)
           
 java.lang.Object StringDateConverter.convertField2Cell(java.lang.Object value)
           
 

net.w_horse.excelpojo.excel での ExcelPOJOException の使用
 

net.w_horse.excelpojo.excel での ExcelPOJOException のサブクラス
 class CellNotFoundException
           
 class SheetNotFoundException
           
 

ExcelPOJOException をスローする net.w_horse.excelpojo.excel のメソッド
static
<T> T
ExcelUtils.getCellValue(org.apache.poi.ss.usermodel.Cell cell, java.lang.Class<T> requiredType)
           
static
<T> T
ExcelUtils.getCellValue(org.apache.poi.ss.usermodel.Cell cell, java.lang.Class<T> requiredType, CellFieldConverter converter)
           
 

net.w_horse.excelpojo.excel.cellseeker での ExcelPOJOException の使用
 

ExcelPOJOException をスローする net.w_horse.excelpojo.excel.cellseeker のメソッド
 java.lang.Object PointedCellSeeker.seekCellValue(org.apache.poi.ss.usermodel.Sheet sheet, java.lang.Class<?> requiredType)
           
 java.util.Map<java.lang.String,java.lang.Object> MappedCellSeeker.seekCellValue(org.apache.poi.ss.usermodel.Sheet sheet, java.lang.Class<?> requiredType)
           
 java.lang.Object LabeledCellSeeker.seekCellValue(org.apache.poi.ss.usermodel.Sheet sheet, java.lang.Class<?> requiredType)
           
 java.lang.Object ConstantValueCellSeeker.seekCellValue(org.apache.poi.ss.usermodel.Sheet sheet, java.lang.Class<?> requiredType)
           
 java.lang.Object CellSeeker.seekCellValue(org.apache.poi.ss.usermodel.Sheet sheet, java.lang.Class<?> requiredType)
          セルの検索を行い、値を取得する。
 java.lang.Object AbstractRepeatsSeeker.seekCellValue(org.apache.poi.ss.usermodel.Sheet sheet, java.lang.Class<?> requiredType)
           
 void VerticalRepeatsSeeker.set(java.lang.annotation.Annotation annotation, ExcelPOJOAnnotationParser parser)
           
 void HorizontalRepeatsSeeker.set(java.lang.annotation.Annotation annotation, ExcelPOJOAnnotationParser parser)
           
 void CellSeeker.set(java.lang.annotation.Annotation annotation, ExcelPOJOAnnotationParser parser)
          アノテーションパーサーに定義情報をセットしてもらう
 void LabeledCellSeeker.setValue(org.apache.poi.ss.usermodel.Sheet sheet, net.w_horse.excelpojo.excel.cellseeker.AbstractCellSeeker.Offset basePosition, net.w_horse.excelpojo.excel.cellseeker.AbstractCellSeeker.Offset offset, java.lang.Object value)
           
 void CellSeeker.setValue(org.apache.poi.ss.usermodel.Sheet sheet, net.w_horse.excelpojo.excel.cellseeker.AbstractCellSeeker.Offset basePosition, net.w_horse.excelpojo.excel.cellseeker.AbstractCellSeeker.Offset offset, java.lang.Object value)
          セルの検索を行い、値をセットする。
 void MappedCellSeeker.setValue(org.apache.poi.ss.usermodel.Sheet sheet, java.lang.Object value)
           
 void LabeledCellSeeker.setValue(org.apache.poi.ss.usermodel.Sheet sheet, java.lang.Object value)
           
 void CellSeeker.setValue(org.apache.poi.ss.usermodel.Sheet sheet, java.lang.Object value)
          セルの検索を行い、値をセットする。
 void AbstractRepeatsSeeker.setValue(org.apache.poi.ss.usermodel.Sheet sheet, java.lang.Object listBean)
           
 boolean PointedCellSeeker.verify()
           
 boolean MappedCellSeeker.verify()
           
 boolean LabeledCellSeeker.verify()
           
 boolean CellSeeker.verify()
          実行時に定義内容の妥当性チェックを行う
定義に誤りや矛盾がある場合は IllegalArgumentExceptionをあげる
 boolean AbstractRepeatsSeeker.verify()
           
 boolean AbstractCellSeeker.verify()