org.hibernate.beanvalidation.tck.tests.constraints.validatorresolution
Class CustomConstraint.ValidatorForAnotherBaseClass
java.lang.Object
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>
|
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 |
CustomConstraint.ValidatorForAnotherBaseClass
public CustomConstraint.ValidatorForAnotherBaseClass()
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.