public static class Lpad.LpadConverter extends java.lang.Object implements FieldConvert.FieldConverter<Lpad>
Constructor and Description |
---|
LpadConverter()
値の変換処理を行うクラスを構築する。
|
LpadConverter(char padChar)
指定された値を用いて値の変換処理を行うクラスを構築する。
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
convertOfRead(FixedLengthDataBindConfig fixedLengthDataBindConfig,
FieldConfig fieldConfig,
byte[] input)
読み込み時の変換を行う。
|
byte[] |
convertOfWrite(FixedLengthDataBindConfig fixedLengthDataBindConfig,
FieldConfig fieldConfig,
java.lang.Object output)
書き込み時の変換を行う。
|
void |
initialize(Lpad annotation)
アノテーションの設定値をもとに初期化を行う。
|
@Published public LpadConverter()
public LpadConverter(char padChar)
padChar
- 値の先頭に設定する文字public void initialize(Lpad annotation)
FieldConvert.FieldConverter
initialize
in interface FieldConvert.FieldConverter<Lpad>
annotation
- アノテーションpublic java.lang.Object convertOfRead(FixedLengthDataBindConfig fixedLengthDataBindConfig, FieldConfig fieldConfig, byte[] input)
FieldConvert.FieldConverter
convertOfRead
in interface FieldConvert.FieldConverter<Lpad>
fixedLengthDataBindConfig
- 固定長の設定fieldConfig
- フィールドの設定input
- 入力値public byte[] convertOfWrite(FixedLengthDataBindConfig fixedLengthDataBindConfig, FieldConfig fieldConfig, java.lang.Object output)
FieldConvert.FieldConverter
convertOfWrite
in interface FieldConvert.FieldConverter<Lpad>
fixedLengthDataBindConfig
- 固定長の設定fieldConfig
- フィールドの設定output
- 出力値