Package 

Class Validator

  • All Implemented Interfaces:

    
    public class Validator<T extends Object>
    extends BaseValidator<T>
                        

    The non-nullable Validator uses Rule rules, but checks if value is null before calling them. The check method wraps its non-nullable predicate in a nullable predicate