Uses of Interface
de.knightsoftnet.validators.shared.interfaces.LocalizedValue
-
Packages that use LocalizedValue Package Description de.knightsoftnet.validators.shared.impl JSR-303/JSR-349/JSR-380 annotations to check bean entries (implementations). -
-
Uses of LocalizedValue in de.knightsoftnet.validators.shared.impl
Methods in de.knightsoftnet.validators.shared.impl with parameters of type LocalizedValue Modifier and Type Method Description booleanAbstractValidatorForLocalizedValue. isValid(LocalizedValue<?,?> localizedValue, javax.validation.ConstraintValidatorContext constraintValidatorContext)Checks that the localized value.booleanSizeValidatorForLocalizedValue. isValid(LocalizedValue<?,?> localizedValue, javax.validation.ConstraintValidatorContext constraintValidatorContext)Checks the length of the specified localized value.
-