org.hibernate.jsr303.tck.tests.validation
Class PropertyPathTest.SpecialValidator

java.lang.Object
  extended by org.hibernate.jsr303.tck.tests.validation.PropertyPathTest.SpecialValidator
All Implemented Interfaces:
javax.validation.ConstraintValidator<PropertyPathTest.Special,org.hibernate.jsr303.tck.tests.validation.PropertyPathTest.VerySpecialClass>
Enclosing class:
PropertyPathTest

public static class PropertyPathTest.SpecialValidator
extends Object
implements javax.validation.ConstraintValidator<PropertyPathTest.Special,org.hibernate.jsr303.tck.tests.validation.PropertyPathTest.VerySpecialClass>


Constructor Summary
PropertyPathTest.SpecialValidator()
           
 
Method Summary
 void initialize(PropertyPathTest.Special constraintAnnotation)
           
 boolean isValid(org.hibernate.jsr303.tck.tests.validation.PropertyPathTest.VerySpecialClass clazz, javax.validation.ConstraintValidatorContext constraintValidatorContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyPathTest.SpecialValidator

public PropertyPathTest.SpecialValidator()
Method Detail

initialize

public void initialize(PropertyPathTest.Special constraintAnnotation)
Specified by:
initialize in interface javax.validation.ConstraintValidator<PropertyPathTest.Special,org.hibernate.jsr303.tck.tests.validation.PropertyPathTest.VerySpecialClass>

isValid

public boolean isValid(org.hibernate.jsr303.tck.tests.validation.PropertyPathTest.VerySpecialClass clazz,
                       javax.validation.ConstraintValidatorContext constraintValidatorContext)
Specified by:
isValid in interface javax.validation.ConstraintValidator<PropertyPathTest.Special,org.hibernate.jsr303.tck.tests.validation.PropertyPathTest.VerySpecialClass>


Copyright © 2008-2011. All Rights Reserved.