Class FixedLengthBeanMapper<T>
java.lang.Object
nablarch.common.databind.fixedlength.FixedLengthBeanMapper<T>
- Type Parameters:
- T- 読み取る型
- All Implemented Interfaces:
- Closeable,- AutoCloseable,- ObjectMapper<T>
固定長をBeanにマッピングする
ObjectMapper- Author:
- Naoki Yamamoto
- 
Constructor SummaryConstructorsConstructorDescriptionFixedLengthBeanMapper(Class<T> clazz, FixedLengthDataBindConfig config, InputStream stream) 固定長をBeanにマッピングするクラスを構築する。
- 
Method Summary
- 
Constructor Details- 
FixedLengthBeanMapper固定長をBeanにマッピングするクラスを構築する。- Parameters:
- clazz- マッピング対象のBeanクラス
- config- 固定長の設定情報
- stream- 固定長データ
 
 
- 
- 
Method Details- 
writeDescription copied from interface:ObjectMapperオブジェクトの情報をアウトプットする。- Specified by:
- writein interface- ObjectMapper<T>
- Parameters:
- object- オブジェクト
 
- 
readDescription copied from interface:ObjectMapperオブジェクトにマッピングする。- Specified by:
- readin interface- ObjectMapper<T>
- Returns:
- オブジェクト
 
- 
closepublic void close()Description copied from interface:ObjectMapperリソースを開放する。- Specified by:
- closein interface- AutoCloseable
- Specified by:
- closein interface- Closeable
- Specified by:
- closein interface- ObjectMapper<T>
 
 
-