Uses of Class
de.knightsoftnet.validators.shared.MustNotBeEqualIfOtherHasValue
-
Packages that use MustNotBeEqualIfOtherHasValue Package Description de.knightsoftnet.validators.shared JSR-303/JSR-349 annotations to check bean entries (interfaces).de.knightsoftnet.validators.shared.impl JSR-303/JSR-349/JSR-380 annotations to check bean entries (implementations). -
-
Uses of MustNotBeEqualIfOtherHasValue in de.knightsoftnet.validators.shared
Methods in de.knightsoftnet.validators.shared that return MustNotBeEqualIfOtherHasValue Modifier and Type Method Description MustNotBeEqualIfOtherHasValue[]value()must not be equal value. -
Uses of MustNotBeEqualIfOtherHasValue in de.knightsoftnet.validators.shared.impl
Methods in de.knightsoftnet.validators.shared.impl with parameters of type MustNotBeEqualIfOtherHasValue Modifier and Type Method Description voidMustNotBeEqualIfOtherHasValueValidator. initialize(MustNotBeEqualIfOtherHasValue mustNotBeEqualIfOtherHasValueAnnotation)initialize the validator.
-