org.hibernate.beanvalidation.tck.tests.validation
Class CustomPropertyPathTest.ClassLevelValidationAddingPropertyNodes.Validator
java.lang.Object
org.hibernate.beanvalidation.tck.tests.validation.CustomPropertyPathTest.ClassLevelValidationAddingPropertyNodes.Validator
- All Implemented Interfaces:
- javax.validation.ConstraintValidator<CustomPropertyPathTest.ClassLevelValidationAddingPropertyNodes,org.hibernate.beanvalidation.tck.tests.validation.CustomPropertyPathTest.Foo>
- Enclosing class:
- CustomPropertyPathTest.ClassLevelValidationAddingPropertyNodes
public static class CustomPropertyPathTest.ClassLevelValidationAddingPropertyNodes.Validator
- extends Object
- implements javax.validation.ConstraintValidator<CustomPropertyPathTest.ClassLevelValidationAddingPropertyNodes,org.hibernate.beanvalidation.tck.tests.validation.CustomPropertyPathTest.Foo>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CustomPropertyPathTest.ClassLevelValidationAddingPropertyNodes.Validator
public CustomPropertyPathTest.ClassLevelValidationAddingPropertyNodes.Validator()
initialize
public void initialize(CustomPropertyPathTest.ClassLevelValidationAddingPropertyNodes constraintAnnotation)
- Specified by:
initialize in interface javax.validation.ConstraintValidator<CustomPropertyPathTest.ClassLevelValidationAddingPropertyNodes,org.hibernate.beanvalidation.tck.tests.validation.CustomPropertyPathTest.Foo>
isValid
public boolean isValid(org.hibernate.beanvalidation.tck.tests.validation.CustomPropertyPathTest.Foo value,
javax.validation.ConstraintValidatorContext context)
- Specified by:
isValid in interface javax.validation.ConstraintValidator<CustomPropertyPathTest.ClassLevelValidationAddingPropertyNodes,org.hibernate.beanvalidation.tck.tests.validation.CustomPropertyPathTest.Foo>
Copyright © 2008-2013. All Rights Reserved.