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