Uses of Interface
javax.validation.ConstraintValidatorContext

Packages that use ConstraintValidatorContext
javax.validation   
 

Uses of ConstraintValidatorContext in javax.validation
 

Methods in javax.validation that return ConstraintValidatorContext
 ConstraintValidatorContext ConstraintValidatorContext.ErrorBuilder.addError()
          Add the new error report to be generated if the constraint validator mark the value as invalid.
 ConstraintValidatorContext ConstraintValidatorContext.ErrorBuilder.NodeBuilderDefinedContext.addError()
          Add the new error report to be generated if the constraint validator mark the value as invalid.
 ConstraintValidatorContext ConstraintValidatorContext.ErrorBuilder.NodeBuilderCustomizableContext.addError()
          Add the new error report to be generated if the constraint validator mark the value as invalid.
 ConstraintValidatorContext ConstraintValidatorContext.ErrorBuilder.NodeContextBuilder.addError()
          Add the new error report to be generated if the constraint validator mark the value as invalid.
 

Methods in javax.validation with parameters of type ConstraintValidatorContext
 boolean ConstraintValidator.isValid(T value, ConstraintValidatorContext constraintValidatorContext)
          Implement the validation logic.
 



Copyright © 2007-2009. All Rights Reserved.