|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConstraintValidatorFactory | |
|---|---|
| javax.validation | Top level package of the Bean Validation API. |
| javax.validation.spi | Package containing objects specific to the interaction between the Bean Validation bootstrapping process and Bean Validation providers. |
| Uses of ConstraintValidatorFactory in javax.validation |
|---|
| Methods in javax.validation that return ConstraintValidatorFactory | |
|---|---|
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
|
| Methods in javax.validation with parameters of type ConstraintValidatorFactory | |
|---|---|
T |
Configuration.constraintValidatorFactory(ConstraintValidatorFactory constraintValidatorFactory)
Defines the constraint validator factory. |
ValidatorContext |
ValidatorContext.constraintValidatorFactory(ConstraintValidatorFactory factory)
Defines the constraint validator factory implementation used by the Validator. |
| Uses of ConstraintValidatorFactory in javax.validation.spi |
|---|
| Methods in javax.validation.spi that return ConstraintValidatorFactory | |
|---|---|
ConstraintValidatorFactory |
ConfigurationState.getConstraintValidatorFactory()
Returns the constraint validator factory of this configuration. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||