Uses of Interface
nablarch.common.databind.fixedlength.FieldConvert.FieldConverter
Package
Description
固定長とのデータバインドに関する機能を提供する
入出力対象の値変換を行う機能を提供する。
-
Uses of FieldConvert.FieldConverter in nablarch.common.databind.fixedlength
Modifier and TypeMethodDescriptionabstract LayoutBuilderSupport
LayoutBuilderSupport.field
(String name, int offset, int length, FieldConvert.FieldConverter converter) フィールドを追加する。MultiLayoutBuilder.field
(String name, int offset, int length, FieldConvert.FieldConverter converter) SingleLayoutBuilder.field
(String name, int offset, int length, FieldConvert.FieldConverter converter) ModifierConstructorDescriptionFieldConfig
(String name, int offset, int length, FieldConvert.FieldConverter fieldConverter) フィールド定義を構築する。 -
Uses of FieldConvert.FieldConverter in nablarch.common.databind.fixedlength.converter
Modifier and TypeClassDescriptionstatic class
バイナリのため変換を行わずそのまま移送する。class
デフォルトのコンバータ。class
未定義領域の文字埋めを行うコンバータ。static class
値の変換を行う。static class
値の変換処理を行う。