|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.javalid.core.validator.AbstractJavalidValidatorImpl<NotEmptyAll>
org.javalid.core.validator.NotEmptyAllValidatorImpl
public class NotEmptyAllValidatorImpl
This class is responsible for validating several values at once and they must be all non-empty. It validates the NotEmptyAll annotation.
| Constructor Summary | |
|---|---|
NotEmptyAllValidatorImpl()
|
|
| Method Summary | |
|---|---|
java.util.List<ValidationMessage> |
doValidate(NotEmptyAll annotation,
java.lang.Object value,
java.lang.String path,
JvConfigurationWrapper config)
|
| Methods inherited from class org.javalid.core.validator.AbstractJavalidValidatorImpl |
|---|
checkIsSingleExpression, requiresComplexCall, validate, validateComplex, validationMustBeAppliedToGroup |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NotEmptyAllValidatorImpl()
| Method Detail |
|---|
public java.util.List<ValidationMessage> doValidate(NotEmptyAll annotation,
java.lang.Object value,
java.lang.String path,
JvConfigurationWrapper config)
doValidate in class AbstractJavalidValidatorImpl<NotEmptyAll>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||