Uses of Class
nablarch.common.databind.fixedlength.MultiLayoutConfig
Packages that use MultiLayoutConfig
-
Uses of MultiLayoutConfig in nablarch.common.databind.fixedlength
Methods in nablarch.common.databind.fixedlength that return MultiLayoutConfigModifier and TypeMethodDescriptionFixedLengthDataBindConfig.getMultiLayoutConfig()
マルチレイアウトの定義を返す。Constructors in nablarch.common.databind.fixedlength with parameters of type MultiLayoutConfigModifierConstructorDescriptionFixedLengthDataBindConfig
(int length, Charset charset, String lineSeparator, char fillChar, Map<String, RecordConfig> recordConfigs, MultiLayoutConfig multiLayoutConfig) 固定長のフォーマットを構築する。