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

C

Configuration<T extends Configuration<T>> - Interface in javax.validation
Receives configuration information, selects the appropriate Bean Validation provider and builds the appropriate ValidatorFactory.
ConfigurationState - Interface in javax.validation.spi
Contract between a Configuration and a ValidatorProvider to create a ValidatorFactory.
configure() - Method in interface javax.validation.bootstrap.GenericBootstrap
Returns a generic Configuration implementation.
configure() - Method in interface javax.validation.bootstrap.ProviderSpecificBootstrap
Determines the provider implementation suitable for T and delegates the creation of this specific Configuration subclass to the provider.
Constraint - Annotation Type in javax.validation
Link between a constraint annotation and its constraint validation implementations.
ConstraintDeclarationException - Exception in javax.validation
Exception raised if a constraint declaration is not legal
ConstraintDeclarationException(String) - Constructor for exception javax.validation.ConstraintDeclarationException
 
ConstraintDeclarationException() - Constructor for exception javax.validation.ConstraintDeclarationException
 
ConstraintDeclarationException(String, Throwable) - Constructor for exception javax.validation.ConstraintDeclarationException
 
ConstraintDeclarationException(Throwable) - Constructor for exception javax.validation.ConstraintDeclarationException
 
ConstraintDefinitionException - Exception in javax.validation
Exception raised if a constraint definition is not legal
ConstraintDefinitionException(String) - Constructor for exception javax.validation.ConstraintDefinitionException
 
ConstraintDefinitionException() - Constructor for exception javax.validation.ConstraintDefinitionException
 
ConstraintDefinitionException(String, Throwable) - Constructor for exception javax.validation.ConstraintDefinitionException
 
ConstraintDefinitionException(Throwable) - Constructor for exception javax.validation.ConstraintDefinitionException
 
ConstraintDescriptor<T extends java.lang.annotation.Annotation> - Interface in javax.validation.metadata
Describes a single constraint and its composing constraints.
ConstraintValidator<A extends java.lang.annotation.Annotation,T> - Interface in javax.validation
Defines the logic to validate a given constraint A for a given object type T.
ConstraintValidatorContext - Interface in javax.validation
Provide contextual data and operation when applying a given constraint validator.
ConstraintValidatorContext.ConstraintViolationBuilder - Interface in javax.validation
ConstraintViolation builder allowing to optionally associate the violation report to a sub path.
ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderCustomizableContext - Interface in javax.validation
Represent a node whose context is configurable (ie index, key and isInIterable)
ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderDefinedContext - Interface in javax.validation
Represent a node whose context is known (ie index, key and isInIterable)
ConstraintValidatorContext.ConstraintViolationBuilder.NodeContextBuilder - Interface in javax.validation
Represent refinement choices for a node which is in an Iterator or Map.
constraintValidatorFactory(ConstraintValidatorFactory) - Method in interface javax.validation.Configuration
Defines the constraint validator factory.
ConstraintValidatorFactory - Interface in javax.validation
Instantiate a ConstraintValidator instance based off its class.
constraintValidatorFactory(ConstraintValidatorFactory) - Method in interface javax.validation.ValidatorContext
Defines the constraint validator factory implementation used by the Validator.
ConstraintViolation<T> - Interface in javax.validation
Describe a constraint violation.
ConstraintViolationException - Exception in javax.validation
Reports the result of constraint violations `
ConstraintViolationException(String, Set<ConstraintViolation<?>>) - Constructor for exception javax.validation.ConstraintViolationException
Creates a constraint violation report
ConstraintViolationException(Set<ConstraintViolation<?>>) - Constructor for exception javax.validation.ConstraintViolationException
Creates a constraint violation report
createGenericConfiguration(BootstrapState) - Method in interface javax.validation.spi.ValidationProvider
Returns a Configuration instance.
createSpecializedConfiguration(BootstrapState) - Method in interface javax.validation.spi.ValidationProvider
Returns a Configuration instance implementing T, the Configuration subinterface.

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