Uses of Annotation Interface
nablarch.core.validation.ConversionFormat
Package
Description
日付ユーティリティ
webのUI上で複合キーを使用する際に必要な機能を提供する。
入力値をチェックするバリデーション機能を提供する。
コンバータの実装を提供する。
-
Uses of ConversionFormat in nablarch.common.date
Modifier and TypeClassDescription@interface
YYYYMMConvertor
で許容する年月フォーマットを指定するアノテーション。@interface
YYYYMMDDConvertor
で許容する年月日フォーマットを指定するアノテーション。 -
Uses of ConversionFormat in nablarch.common.web.compositekey
Modifier and TypeClassDescription@interface
特定文字で区切った複合キーの集合、またはその配列から構成されるパラメータを格納する、CompositeKey
型のプロパティに付与するアノテーション。 -
Uses of ConversionFormat in nablarch.core.validation
-
Uses of ConversionFormat in nablarch.core.validation.convertor