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