Uses of Class
nablarch.common.databind.fixedlength.FieldConfig
Packages that use FieldConfig
Package
Description
固定長とのデータバインドに関する機能を提供する
入出力対象の値変換を行う機能を提供する。
-
Uses of FieldConfig in nablarch.common.databind.fixedlength
Methods in nablarch.common.databind.fixedlength that return types with arguments of type FieldConfigMethods in nablarch.common.databind.fixedlength with parameters of type FieldConfigModifier 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) バイト配列から自身のフィールド部分を抜き出し返却する。Method parameters in nablarch.common.databind.fixedlength with type arguments of type FieldConfigModifier and TypeMethodDescriptionprotected void
LayoutBuilderSupport.addFillerFieldConfig
(List<FieldConfig> fieldConfigList) filler用のFieldConfig
を生成してフィールド定義リストに追加する。Constructor parameters in nablarch.common.databind.fixedlength with type arguments of type FieldConfigModifierConstructorDescriptionRecordConfig
(String recordName, List<FieldConfig> fieldConfigList) レコードの定義を構築する。 -
Uses of FieldConfig in nablarch.common.databind.fixedlength.converter
Methods in nablarch.common.databind.fixedlength.converter with parameters of type FieldConfigModifier 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)