Class ValidatorMandatory

All Implemented Interfaces:
io.github.mmm.base.lang.Composable<Validator<?>>, Validator<Object>, Iterable<Validator<?>>

public class ValidatorMandatory extends AbstractValueValidator<Object>
Validator validating that a mandatory value is filled. ValidationResult will be invalid if the value is not provided (empty, blank, null).
Since:
1.0.0