org.hibernate.beanvalidation.tck.tests.constraints.validatorresolution
Class CustomConstraint.ValidatorForAnotherBaseClass

java.lang.Object
  extended by org.hibernate.beanvalidation.tck.tests.constraints.validatorresolution.CustomConstraint.ValidatorForAnotherBaseClass
All Implemented Interfaces:
javax.validation.ConstraintValidator<CustomConstraint,org.hibernate.beanvalidation.tck.tests.constraints.validatorresolution.ValidatorResolutionTest.AnotherBaseClass>
Enclosing class:
CustomConstraint

public static class CustomConstraint.ValidatorForAnotherBaseClass
extends Object
implements javax.validation.ConstraintValidator<CustomConstraint,org.hibernate.beanvalidation.tck.tests.constraints.validatorresolution.ValidatorResolutionTest.AnotherBaseClass>


Constructor Summary
CustomConstraint.ValidatorForAnotherBaseClass()
           
 
Method Summary
 void initialize(CustomConstraint parameters)
           
 boolean isValid(org.hibernate.beanvalidation.tck.tests.constraints.validatorresolution.ValidatorResolutionTest.AnotherBaseClass anotherCustomInterfaceImpl, javax.validation.ConstraintValidatorContext constraintValidatorContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomConstraint.ValidatorForAnotherBaseClass

public CustomConstraint.ValidatorForAnotherBaseClass()
Method Detail

initialize

public void initialize(CustomConstraint parameters)
Specified by:
initialize in interface javax.validation.ConstraintValidator<CustomConstraint,org.hibernate.beanvalidation.tck.tests.constraints.validatorresolution.ValidatorResolutionTest.AnotherBaseClass>

isValid

public boolean isValid(org.hibernate.beanvalidation.tck.tests.constraints.validatorresolution.ValidatorResolutionTest.AnotherBaseClass anotherCustomInterfaceImpl,
                       javax.validation.ConstraintValidatorContext constraintValidatorContext)
Specified by:
isValid in interface javax.validation.ConstraintValidator<CustomConstraint,org.hibernate.beanvalidation.tck.tests.constraints.validatorresolution.ValidatorResolutionTest.AnotherBaseClass>


Copyright © 2008-2013. All Rights Reserved.