Class BeanFixedLengthMapper<T>
java.lang.Object
nablarch.common.databind.fixedlength.BeanFixedLengthMapper<T>
- Type Parameters:
T
- 出力する型
- All Implemented Interfaces:
Closeable
,AutoCloseable
,ObjectMapper<T>
Beanを固定長にマッピングする
ObjectMapper
-
Constructor Summary
ConstructorDescriptionBeanFixedLengthMapper
(Class<T> clazz, FixedLengthDataBindConfig config, OutputStream stream) Beanを固定長にマッピングするクラスを構築する。 -
Method Summary
-
Constructor Details
-
BeanFixedLengthMapper
Beanを固定長にマッピングするクラスを構築する。- Parameters:
clazz
- 出力する型config
- 固定長の設定情報stream
- 出力ストリーム
-
-
Method Details
-
write
Description copied from interface:ObjectMapper
オブジェクトの情報をアウトプットする。- Specified by:
write
in interfaceObjectMapper<T>
- Parameters:
object
- オブジェクト
-
read
Description copied from interface:ObjectMapper
オブジェクトにマッピングする。- Specified by:
read
in interfaceObjectMapper<T>
- Returns:
- オブジェクト
-
close
public void close()Description copied from interface:ObjectMapper
リソースを開放する。- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Specified by:
close
in interfaceObjectMapper<T>
-