Class NotEmptyLocalizedItemsValidator

java.lang.Object
overit.geocall.rs.validation.NotEmptyLocalizedItemsValidator
All Implemented Interfaces:
ConstraintValidator<NotEmptyLocalizedItems,Object>

public class NotEmptyLocalizedItemsValidator extends Object implements ConstraintValidator<NotEmptyLocalizedItems,Object>
Validate that object is not empty LocalizedString instance. That means the LocalizedString.LocalizedItem contained inside the instance must have all a not blank value.
Optional&lt;LocalizedString&gt; is also supported.