Class MapFixedLengthMapper

java.lang.Object
nablarch.common.databind.fixedlength.MapFixedLengthMapper
All Implemented Interfaces:
Closeable, AutoCloseable, ObjectMapper<Map<String,?>>

public class MapFixedLengthMapper extends Object implements ObjectMapper<Map<String,?>>
Mapを固定長にマッピングするObjectMapper
  • Constructor Details

    • MapFixedLengthMapper

      public MapFixedLengthMapper(FixedLengthDataBindConfig config, OutputStream stream)
      Mapを固定長にマッピングするクラスを構築する。
      Parameters:
      config - 固定長の設定情報
      stream - 出力ストリーム
  • Method Details