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 SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
BlankValidationpublic BlankValidation()
 
- 
- 
Method Details- 
validateValidate the given input string.- Specified by:
- validatein interface- Validation
- Parameters:
- input- the input string to validate
- Returns:
- true if input string is whitespace, empty ("") or null
- See Also:
 
 
-