org.hibernate.beanvalidation.tck.tests.constraints.constraintcomposition
Class ComposingConstraintSupportingAnnotatedElement.Validator

java.lang.Object
  extended by org.hibernate.beanvalidation.tck.tests.constraints.constraintcomposition.ComposingConstraintSupportingAnnotatedElement.Validator
All Implemented Interfaces:
javax.validation.ConstraintValidator<ComposingConstraintSupportingAnnotatedElement,Object>
Enclosing class:
ComposingConstraintSupportingAnnotatedElement

@SupportedValidationTarget(value=ANNOTATED_ELEMENT)
public static class ComposingConstraintSupportingAnnotatedElement.Validator
extends Object
implements javax.validation.ConstraintValidator<ComposingConstraintSupportingAnnotatedElement,Object>


Constructor Summary
ComposingConstraintSupportingAnnotatedElement.Validator()
           
 
Method Summary
 void initialize(ComposingConstraintSupportingAnnotatedElement parameters)
           
 boolean isValid(Object object, javax.validation.ConstraintValidatorContext constraintValidatorContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComposingConstraintSupportingAnnotatedElement.Validator

public ComposingConstraintSupportingAnnotatedElement.Validator()
Method Detail

initialize

public void initialize(ComposingConstraintSupportingAnnotatedElement parameters)
Specified by:
initialize in interface javax.validation.ConstraintValidator<ComposingConstraintSupportingAnnotatedElement,Object>

isValid

public boolean isValid(Object object,
                       javax.validation.ConstraintValidatorContext constraintValidatorContext)
Specified by:
isValid in interface javax.validation.ConstraintValidator<ComposingConstraintSupportingAnnotatedElement,Object>


Copyright © 2008-2013. All Rights Reserved.