JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
nablarch.core.validation.ee
Interface GroupSequenceManager
@Published
public interface
GroupSequenceManager
BeanValidationのバリデーション順序を定義するインタフェース。
バリデーション順序をカスタマイズしたい場合、 本インタフェースを実装したクラスをコンポーネント定義にgroupSequenceManagerというキーで登録する。
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Class
<?>
getGroupSequence
()
GroupSequence
を定義したインタフェースの
Class
を取得する。
Method Details
getGroupSequence
Class
<?>
getGroupSequence
()
GroupSequence
を定義したインタフェースの
Class
を取得する。
Returns:
グループシーケンスを既定したインタフェース