Uses of Interface
nablarch.common.databind.fixedlength.FieldConvert.FieldConverter
Packages that use FieldConvert.FieldConverter
Package
Description
固定長とのデータバインドに関する機能を提供する
入出力対象の値変換を行う機能を提供する。
-
Uses of FieldConvert.FieldConverter in nablarch.common.databind.fixedlength
Methods in nablarch.common.databind.fixedlength that return FieldConvert.FieldConverterMethods in nablarch.common.databind.fixedlength with parameters of type FieldConvert.FieldConverterModifier 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) Constructors in nablarch.common.databind.fixedlength with parameters of type FieldConvert.FieldConverterModifierConstructorDescriptionFieldConfig
(String name, int offset, int length, FieldConvert.FieldConverter fieldConverter) フィールド定義を構築する。 -
Uses of FieldConvert.FieldConverter in nablarch.common.databind.fixedlength.converter
Classes in nablarch.common.databind.fixedlength.converter that implement FieldConvert.FieldConverterModifier and TypeClassDescriptionstatic class
バイナリのため変換を行わずそのまま移送する。class
デフォルトのコンバータ。class
未定義領域の文字埋めを行うコンバータ。static class
値の変換を行う。static class
値の変換処理を行う。