Uses of Class
nablarch.common.databind.fixedlength.RecordConfig
Packages that use RecordConfig
-
Uses of RecordConfig in nablarch.common.databind.fixedlength
Methods in nablarch.common.databind.fixedlength that return RecordConfigModifier and TypeMethodDescriptionFixedLengthDataBindConfig.getRecordConfig
(String recordName) レコードの定義を返す。Method parameters in nablarch.common.databind.fixedlength with type arguments of type RecordConfigModifier and TypeMethodDescriptionprotected void
LayoutBuilderSupport.verifyRecordConfig
(Map<String, RecordConfig> recordConfigMap) レコード定義の正しさを検証する。Constructor parameters in nablarch.common.databind.fixedlength with type arguments of type RecordConfigModifierConstructorDescriptionFixedLengthDataBindConfig
(int length, Charset charset, String lineSeparator, char fillChar, Map<String, RecordConfig> recordConfigs) 固定長のフォーマットを構築する。FixedLengthDataBindConfig
(int length, Charset charset, String lineSeparator, char fillChar, Map<String, RecordConfig> recordConfigs, MultiLayoutConfig multiLayoutConfig) 固定長のフォーマットを構築する。