public class CreditCardConstraint extends AbstractConstraint
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_INVALID_CREDIT_CARD_MESSAGE |
static String |
DEFAULT_INVALID_CREDIT_CARD_MESSAGE_CODE |
static String |
VALIDATION_DSL_NAME |
classShortName, constraintOwningClass, constraintParameter, constraintPropertyName, messageSourceEXCEEDED_SUFFIX, INVALID_SUFFIX, NOT_PREFIX, NOTMET_SUFFIX, TOOBIG_SUFFIX, TOOLONG_SUFFIX, TOOSHORT_SUFFIX, TOOSMALL_SUFFIX| Constructor and Description |
|---|
CreditCardConstraint() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
protected void |
processValidate(Object target,
Object propertyValue,
Errors errors) |
void |
setParameter(Object constraintParameter)
The parameter which the constraint is validated against.
|
boolean |
supports(Class<?> type)
Returns whether the constraint supports being applied against the specified type;
|
checkState, getDefaultMessage, getParameter, getPropertyName, isValid, rejectValue, rejectValue, rejectValue, rejectValue, rejectValue, rejectValueWithDefaultMessage, setMessageSource, setOwningClass, setPropertyName, skipBlankValues, skipNullValues, toString, validatepublic static final String VALIDATION_DSL_NAME
public static final String DEFAULT_INVALID_CREDIT_CARD_MESSAGE_CODE
public static final String DEFAULT_INVALID_CREDIT_CARD_MESSAGE
protected void processValidate(@Nonnull Object target, Object propertyValue, @Nonnull Errors errors)
processValidate in class AbstractConstraintpublic void setParameter(@Nonnull Object constraintParameter)
ConstraintsetParameter in interface ConstraintsetParameter in class AbstractConstraintconstraintParameter - The constraintParameter to set.public boolean supports(@Nonnull Class<?> type)
Constrainttype - The type to support