パッケージ | 説明 |
---|---|
javax.validation |
Bean Validation APIのトップレベルのパッケージです。
|
javax.validation.spi |
Package containing objects specific to the interaction between the
Bean Validation bootstrapping process and Bean Validation providers.
|
修飾子とタイプ | メソッドと説明 |
---|---|
ConstraintValidatorFactory |
ValidatorFactory.getConstraintValidatorFactory()
Returns the
ConstraintValidatorFactory instance
configured at initialization time for the
ValidatorFactory . |
ConstraintValidatorFactory |
Configuration.getDefaultConstraintValidatorFactory()
Returns an implementation of the
ConstraintValidatorFactory interface
following the default ConstraintValidatorFactory defined in the
specification:
uses the public no-arg constructor of the ConstraintValidator
|
修飾子とタイプ | メソッドと説明 |
---|---|
ValidatorContext |
ValidatorContext.constraintValidatorFactory(ConstraintValidatorFactory factory)
Defines the constraint validator factory implementation used by the
Validator . |
T |
Configuration.constraintValidatorFactory(ConstraintValidatorFactory constraintValidatorFactory)
使用される制約バリデーターファクトリーを定義します。
|
修飾子とタイプ | メソッドと説明 |
---|---|
ConstraintValidatorFactory |
ConfigurationState.getConstraintValidatorFactory()
Returns the constraint validator factory of this configuration.
|
Copyright © 2007-2018 Red Hat Inc. All Rights Reserved. Released under the Apache Software License 2.0. Translated by @megascus.