Uses of Class
nablarch.common.databind.fixedlength.FieldConfig
Package
Description
固定長とのデータバインドに関する機能を提供する
入出力対象の値変換を行う機能を提供する。
-
Uses of FieldConfig in nablarch.common.databind.fixedlength
Modifier and TypeMethodDescriptionint
LayoutBuilderSupport.FieldConfigComparator.compare
(FieldConfig o1, FieldConfig o2) FieldConvert.FieldConverter.convertOfRead
(FixedLengthDataBindConfig fixedLengthDataBindConfig, FieldConfig fieldConfig, byte[] input) 読み込み時の変換を行う。byte[]
FieldConvert.FieldConverter.convertOfWrite
(FixedLengthDataBindConfig fixedLengthDataBindConfig, FieldConfig fieldConfig, Object output) 書き込み時の変換を行う。FixedLengthReader.readValue
(byte[] record, FixedLengthDataBindConfig fixedLengthDataBindConfig, FieldConfig fieldConfig) バイト配列から自身のフィールド部分を抜き出し返却する。Modifier and TypeMethodDescriptionprotected void
LayoutBuilderSupport.addFillerFieldConfig
(List<FieldConfig> fieldConfigList) filler用のFieldConfig
を生成してフィールド定義リストに追加する。ModifierConstructorDescriptionRecordConfig
(String recordName, List<FieldConfig> fieldConfigList) レコードの定義を構築する。 -
Uses of FieldConfig in nablarch.common.databind.fixedlength.converter
Modifier and TypeMethodDescriptionBinary.BinaryConverter.convertOfRead
(FixedLengthDataBindConfig fixedLengthDataBindConfig, FieldConfig fieldConfig, byte[] input) DefaultConverter.convertOfRead
(FixedLengthDataBindConfig fixedLengthDataBindConfig, FieldConfig fieldConfig, byte[] input) FillerConverter.convertOfRead
(FixedLengthDataBindConfig fixedLengthDataBindConfig, FieldConfig fieldConfig, byte[] input) Lpad.LpadConverter.convertOfRead
(FixedLengthDataBindConfig fixedLengthDataBindConfig, FieldConfig fieldConfig, byte[] input) Rpad.RpadConverter.convertOfRead
(FixedLengthDataBindConfig fixedLengthDataBindConfig, FieldConfig fieldConfig, byte[] input) byte[]
Binary.BinaryConverter.convertOfWrite
(FixedLengthDataBindConfig fixedLengthDataBindConfig, FieldConfig fieldConfig, Object output) byte[]
DefaultConverter.convertOfWrite
(FixedLengthDataBindConfig fixedLengthDataBindConfig, FieldConfig fieldConfig, Object output) byte[]
FillerConverter.convertOfWrite
(FixedLengthDataBindConfig fixedLengthDataBindConfig, FieldConfig fieldConfig, Object output) byte[]
Lpad.LpadConverter.convertOfWrite
(FixedLengthDataBindConfig fixedLengthDataBindConfig, FieldConfig fieldConfig, Object output) byte[]
Rpad.RpadConverter.convertOfWrite
(FixedLengthDataBindConfig fixedLengthDataBindConfig, FieldConfig fieldConfig, Object output)