Class NotEmptyIfOthersHaveValueValidator

java.lang.Object
de.knightsoftnet.validators.shared.impl.NotEmptyIfOthersHaveValueValidator
All Implemented Interfaces:
jakarta.validation.ConstraintValidator<NotEmptyIfOthersHaveValue,Object>

public class NotEmptyIfOthersHaveValueValidator extends Object implements jakarta.validation.ConstraintValidator<NotEmptyIfOthersHaveValue,Object>
Check if a field is filled if other field have given values.
  • Constructor Details

    • NotEmptyIfOthersHaveValueValidator

      public NotEmptyIfOthersHaveValueValidator()
  • Method Details