|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.javalid.core.validator.AbstractJavalidValidatorImpl<EmptyOrNotEmptyAll>
org.javalid.core.validator.EmptyOrNotEmptyAllValidatorImpl
public class EmptyOrNotEmptyAllValidatorImpl
This class is responsible for validating several values at once and they must be all EMPTY or all be NON-EMPTY. It validates the EmptryOrNotEmptyAll annotation.
| Constructor Summary | |
|---|---|
EmptyOrNotEmptyAllValidatorImpl()
|
|
| Method Summary | |
|---|---|
java.util.List<ValidationMessage> |
doValidate(EmptyOrNotEmptyAll 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 EmptyOrNotEmptyAllValidatorImpl()
| Method Detail |
|---|
public java.util.List<ValidationMessage> doValidate(EmptyOrNotEmptyAll annotation,
java.lang.Object value,
java.lang.String path,
JvConfigurationWrapper config)
doValidate in class AbstractJavalidValidatorImpl<EmptyOrNotEmptyAll>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||