| Package | Description | 
|---|---|
| javax.validation | 
 Top level package of the Bean Validation API. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ValidatorContext | 
ValidatorContext.constraintValidatorFactory(ConstraintValidatorFactory factory)
Defines the constraint validator factory implementation used by the
  
Validator. | 
ValidatorContext | 
ValidatorContext.messageInterpolator(MessageInterpolator messageInterpolator)
Defines the message interpolator implementation used by the
  
Validator. | 
ValidatorContext | 
ValidatorContext.parameterNameProvider(ParameterNameProvider parameterNameProvider)
Defines the parameter name provider implementation used by the
  
Validator. | 
ValidatorContext | 
ValidatorContext.traversableResolver(TraversableResolver traversableResolver)
Defines the traversable resolver implementation used by the
  
Validator. | 
ValidatorContext | 
ValidatorFactory.usingContext()
Defines a new validator context and returns a  
Validator
 compliant this new context. | 
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.