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