Uses of Class
de.knightsoftnet.validators.shared.NotEmptyAlternateIfOtherIsNotEmpty
-
Packages that use NotEmptyAlternateIfOtherIsNotEmpty 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 NotEmptyAlternateIfOtherIsNotEmpty in de.knightsoftnet.validators.shared
Methods in de.knightsoftnet.validators.shared that return NotEmptyAlternateIfOtherIsNotEmpty Modifier and Type Method Description NotEmptyAlternateIfOtherIsNotEmpty[]value()not empty alternate if other is not empty value. -
Uses of NotEmptyAlternateIfOtherIsNotEmpty in de.knightsoftnet.validators.shared.impl
Methods in de.knightsoftnet.validators.shared.impl with parameters of type NotEmptyAlternateIfOtherIsNotEmpty Modifier and Type Method Description voidNotEmptyAlternateIfOtherIsNotEmptyValidator. initialize(NotEmptyAlternateIfOtherIsNotEmpty pconstraintAnnotation)initialize the validator.
-