Uses of Class
de.knightsoftnet.validators.shared.EmptyIfOtherHasValue
-
Packages that use EmptyIfOtherHasValue 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 EmptyIfOtherHasValue in de.knightsoftnet.validators.shared
Methods in de.knightsoftnet.validators.shared that return EmptyIfOtherHasValue Modifier and Type Method Description EmptyIfOtherHasValue[]value()must be empty if other has the given value. -
Uses of EmptyIfOtherHasValue in de.knightsoftnet.validators.shared.impl
Methods in de.knightsoftnet.validators.shared.impl with parameters of type EmptyIfOtherHasValue Modifier and Type Method Description voidEmptyIfOtherHasValueValidator. initialize(EmptyIfOtherHasValue pconstraintAnnotation)initialize the validator.
-