public interface ColumnParser
指定された文字列をパースし、BigDecimal型、Date型に変換する。 また、ファイル行オブジェクトの各属性に値を格納する。
void parse(String column, Object t, Method method, String columnFormat) throws IllegalArgumentException, IllegalAccessException, InvocationTargetException, ParseException
column
- カラムの文字列t
- ファイル行オブジェクトmethod
- カラムの文字列をファイル行オブジェクトに格納するメソッドcolumnFormat
- パースする際のフォーマット文字列IllegalArgumentException
- フォーマット文字列がフォーマットとして不正であるときIllegalAccessException
- ファイル行オブジェクトへの設定が失敗したときInvocationTargetException
- ファイル行オブジェクトのメソッドが例外をスローしたときParseException
- パース処理が失敗したときCopyright © 2014 NTT DATA Corporation.