| Package | Description | 
|---|---|
| javax.validation | 
 Top level package of the Jakarta Bean Validation API. 
 | 
| javax.validation.spi | 
 Package containing objects specific to the interaction between the
 Jakarta Bean Validation bootstrapping process and Jakarta Bean Validation providers. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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
  | 
| Modifier and Type | Method and Description | 
|---|---|
ValidatorContext | 
ValidatorContext.constraintValidatorFactory(ConstraintValidatorFactory factory)
Defines the constraint validator factory implementation used by the
  
Validator. | 
T | 
Configuration.constraintValidatorFactory(ConstraintValidatorFactory constraintValidatorFactory)
Defines the constraint validator factory. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ConstraintValidatorFactory | 
ConfigurationState.getConstraintValidatorFactory()
Returns the constraint validator factory of this configuration. 
 | 
Comments to: bean-validation-dev@eclipse.org.
 Copyright © 2019 Eclipse Foundation.
 Use is subject to EFSL; this spec is based on material that is licensed under the Apache License, version 2.0.