Package | Description |
---|---|
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.
|
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.
|
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.