JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
SEARCH:
Uses of Annotation Interface
nablarch.common.databind.fixedlength.FieldConvert
Packages that use
FieldConvert
Package
Description
nablarch.common.databind.fixedlength.converter
入出力対象の値変換を行う機能を提供する。
Uses of
FieldConvert
in
nablarch.common.databind.fixedlength.converter
Classes in
nablarch.common.databind.fixedlength.converter
with annotations of type
FieldConvert
Modifier and Type
Class
Description
@interface
Binary
バイナリであることを示す。
@interface
Lpad
値の先頭に指定の文字を付加(読み込み時は除去)することを示す。
@interface
Rpad
値の末尾に指定の文字を付加(読み込み時は除去)することを示す。