Uses of Class
nablarch.common.databind.fixedlength.FixedLengthDataBindConfig
Packages that use FixedLengthDataBindConfig
Package
Description
固定長とのデータバインドに関する機能を提供する
入出力対象の値変換を行う機能を提供する。
-
Uses of FixedLengthDataBindConfig in nablarch.common.databind.fixedlength
Methods in nablarch.common.databind.fixedlength that return FixedLengthDataBindConfigModifier and TypeMethodDescriptionabstract FixedLengthDataBindConfigLayoutBuilderSupport.build()与えられた情報を元にFixedLengthDataBindConfigを生成して返す。MultiLayoutBuilder.build()SingleLayoutBuilder.build()Methods in nablarch.common.databind.fixedlength with parameters of type FixedLengthDataBindConfigModifier and TypeMethodDescriptionFieldConvert.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) バイト配列から自身のフィールド部分を抜き出し返却する。Constructors in nablarch.common.databind.fixedlength with parameters of type FixedLengthDataBindConfigModifierConstructorDescriptionBeanFixedLengthMapper(Class<T> clazz, FixedLengthDataBindConfig config, OutputStream stream) Beanを固定長にマッピングするクラスを構築する。FixedLengthBeanMapper(Class<T> clazz, FixedLengthDataBindConfig config, InputStream stream) 固定長をBeanにマッピングするクラスを構築する。FixedLengthMapMapper(FixedLengthDataBindConfig config, InputStream stream) 固定長をMapにマッピングするクラスを構築する。FixedLengthReader(InputStream inputStream, FixedLengthDataBindConfig config) 固定長のリーダーを構築する。FixedLengthWriter(OutputStream stream, FixedLengthDataBindConfig config) 固定長データのライタを構築する。MapFixedLengthMapper(FixedLengthDataBindConfig config, OutputStream stream) Mapを固定長にマッピングするクラスを構築する。 -
Uses of FixedLengthDataBindConfig in nablarch.common.databind.fixedlength.converter
Methods in nablarch.common.databind.fixedlength.converter with parameters of type FixedLengthDataBindConfigModifier 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)