public static class Constraints.ValidateWithValidator extends Constraints.Validator<java.lang.Object> implements javax.validation.ConstraintValidator<Constraints.ValidateWith,java.lang.Object>
@ValidateWith
fields.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
message |
Constructor and Description |
---|
Constraints.ValidateWithValidator() |
Constraints.ValidateWithValidator(java.lang.Class clazz) |
Modifier and Type | Method and Description |
---|---|
F.Tuple<java.lang.String,java.lang.Object[]> |
getErrorMessageKey() |
void |
initialize(Constraints.ValidateWith constraintAnnotation) |
boolean |
isValid(java.lang.Object object)
Returns
true if this value is valid. |
isValid
public static final java.lang.String message
public Constraints.ValidateWithValidator()
public Constraints.ValidateWithValidator(java.lang.Class clazz)
public void initialize(Constraints.ValidateWith constraintAnnotation)
initialize
in interface javax.validation.ConstraintValidator<Constraints.ValidateWith,java.lang.Object>
public boolean isValid(java.lang.Object object)
Constraints.Validator
true
if this value is valid.isValid
in class Constraints.Validator<java.lang.Object>
public F.Tuple<java.lang.String,java.lang.Object[]> getErrorMessageKey()
getErrorMessageKey
in class Constraints.Validator<java.lang.Object>