Package com.saperion.util.validator
Class BlankValidation
java.lang.Object
com.saperion.util.validator.BlankValidation
- All Implemented Interfaces:
Validation
The Class BlankValidation. Validation to check if input string is whitespace, empty ("") or null.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BlankValidation
public BlankValidation()
-
-
Method Details
-
validate
Validate the given input string.- Specified by:
validate
in interfaceValidation
- Parameters:
input
- the input string to validate- Returns:
- true if input string is whitespace, empty ("") or null
- See Also:
-