Class RequiredFileFieldValidator<O>

  • All Implemented Interfaces:
    FieldValidator<O,​File>

    public class RequiredFileFieldValidator<O>
    extends SkipableFieldValidatorSupport<O,​File>
    RequiredFileFieldValidator checks that a File field is not null nor have an empty filename.
    Author:
    Tony Chemit - chemit@codelutin.com