org.hibernate.beanvalidation.tck.tests.constraints.constraintcomposition
Class ComposingConstraintSupportingAnnotatedElement.Validator
java.lang.Object
org.hibernate.beanvalidation.tck.tests.constraints.constraintcomposition.ComposingConstraintSupportingAnnotatedElement.Validator
- All Implemented Interfaces:
- javax.validation.ConstraintValidator<ComposingConstraintSupportingAnnotatedElement,Object>
- Enclosing class:
- ComposingConstraintSupportingAnnotatedElement
@SupportedValidationTarget(value=ANNOTATED_ELEMENT)
public static class ComposingConstraintSupportingAnnotatedElement.Validator
- extends Object
- implements javax.validation.ConstraintValidator<ComposingConstraintSupportingAnnotatedElement,Object>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComposingConstraintSupportingAnnotatedElement.Validator
public ComposingConstraintSupportingAnnotatedElement.Validator()
initialize
public void initialize(ComposingConstraintSupportingAnnotatedElement parameters)
- Specified by:
initialize in interface javax.validation.ConstraintValidator<ComposingConstraintSupportingAnnotatedElement,Object>
isValid
public boolean isValid(Object object,
javax.validation.ConstraintValidatorContext constraintValidatorContext)
- Specified by:
isValid in interface javax.validation.ConstraintValidator<ComposingConstraintSupportingAnnotatedElement,Object>
Copyright © 2008-2013. All Rights Reserved.