Uses of Annotation Interface
nablarch.core.validation.Validation
Package
Description
コードを使用したバリデーションを行う機能を提供する。
バリデータを提供する。
Unicodeによるバリデーションの実装を提供する。
-
Uses of Validation in nablarch.common.code.validator
-
Uses of Validation in nablarch.core.validation.validator
Modifier and TypeClassDescription@interface
数値型のプロパティが指定した数値の範囲内であるかをチェックするアノテーション。@interface
指定された範囲内の文字列長であることを表すアノテーション。
入力値がnull又は空文字の場合は、validと判定する。 文字列長の計算はサロゲートペアを考慮して行われる。@interface
数値型のプロパティが指定した数値の範囲内であるかをチェックするアノテーション。@interface
必須入力を表わすアノテーション。 -
Uses of Validation in nablarch.core.validation.validator.unicode