Class FixedLengthMapMapper
java.lang.Object
nablarch.common.databind.fixedlength.FixedLengthMapMapper
- All Implemented Interfaces:
Closeable
,AutoCloseable
,ObjectMapper<Map<String,
?>>
固定長をMapにマッピングする
ObjectMapper
-
Constructor Summary
ConstructorDescriptionFixedLengthMapMapper
(FixedLengthDataBindConfig config, InputStream stream) 固定長をMapにマッピングするクラスを構築する。 -
Method Summary
-
Constructor Details
-
FixedLengthMapMapper
固定長をMapにマッピングするクラスを構築する。- Parameters:
config
- 固定長の設定情報stream
- 固定長データ
-
-
Method Details
-
write
Description copied from interface:ObjectMapper
オブジェクトの情報をアウトプットする。- Specified by:
write
in interfaceObjectMapper<Map<String,
?>> - Parameters:
object
- オブジェクト
-
read
Description copied from interface:ObjectMapper
オブジェクトにマッピングする。- Specified by:
read
in interfaceObjectMapper<Map<String,
?>> - 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<Map<String,
?>>
-