A - The annotation typeT - The target type.protected final class DefaultConstraintValidators.ValidatorKey<A extends Annotation,T> extends Object
| Constructor and Description | 
|---|
| ValidatorKey(Class<A> constraintType,
            Class<T> targetType)The key to lookup the validator. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object o) | 
| Class<A> | getConstraintType() | 
| Class<T> | getTargetType() | 
| int | hashCode() |