クラス SpringWebConstraintValidatorFactory

java.lang.ObjectSE
org.springframework.web.bind.support.SpringWebConstraintValidatorFactory
実装されたすべてのインターフェース:
ConstraintValidatorFactoryEE

public class SpringWebConstraintValidatorFactory extends ObjectSE implements ConstraintValidatorFactoryEE
オートワイヤーされた ConstraintValidatorEE インスタンスを作成するために現在の Spring WebApplicationContext に委譲する JSR-303 ConstraintValidatorFactoryEE 実装。

SpringConstraintValidatorFactory とは異なり、このバリアントは、標準の validation.xml ファイルで宣言的に使用するためのものです。JAX-RS または JAX-WS と組み合わせて。

導入:
4.2.1
作成者:
Juergen Hoeller
関連事項: