A B C D E F G H I J L M N O P R S T U V

V

Valid - Annotation Type in javax.validation
Mark an association as cascaded.
validate(T, Class<?>...) - Method in interface javax.validation.Validator
Validates all constraints on object.
validateProperty(T, String, Class<?>...) - Method in interface javax.validation.Validator
Validates all constraints placed on the property of object named propertyName.
validateValue(Class<T>, String, Object, Class<?>...) - Method in interface javax.validation.Validator
Validates all constraints placed on the property named propertyName of the class beanType would the property value be value

ConstraintViolation objects return null for ConstraintViolation.getRootBean() and ConstraintViolation.getLeafBean()

Validation - Class in javax.validation
This class is the entry point for Bean Validation.
Validation() - Constructor for class javax.validation.Validation
 
ValidationException - Exception in javax.validation
Base exception of all "unexpected" problems.
ValidationException(String) - Constructor for exception javax.validation.ValidationException
 
ValidationException() - Constructor for exception javax.validation.ValidationException
 
ValidationException(String, Throwable) - Constructor for exception javax.validation.ValidationException
 
ValidationException(Throwable) - Constructor for exception javax.validation.ValidationException
 
ValidationProvider<T extends Configuration<T>> - Interface in javax.validation.spi
Contract between the validation bootstrap mechanism and the provider engine.
ValidationProviderResolver - Interface in javax.validation
Determines the list of Bean Validation providers available in the runtime environment

Bean Validation providers are identified by the presence of META-INF/services/javax.validation.spi.ValidationProvider files following the Service Provider pattern described here

Each META-INF/services/javax.validation.spi.ValidationProvider file contains the list of ValidationProvider implementations each of them representing a provider.

Validator - Interface in javax.validation
Validate bean instances.
ValidatorContext - Interface in javax.validation
Represents the context that is used to create Validator instances.
ValidatorFactory - Interface in javax.validation
Factory returning initialized Validator instances.
valueOf(String) - Static method in enum javax.validation.constraints.Pattern.Flag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.validation.metadata.Scope
Returns the enum constant of this type with the specified name.
values() - Static method in enum javax.validation.constraints.Pattern.Flag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.validation.metadata.Scope
Returns an array containing the constants of this enum type, in the order they are declared.

A B C D E F G H I J L M N O P R S T U V