Description
Validate class lacks of blank string (not null and not whitespace) validation, based on StringUtils#isBlank. There is only notEmpty method, which does not trim examined string. Example implementation with javadocs attached.
Validate class lacks of blank string (not null and not whitespace) validation, based on StringUtils#isBlank. There is only notEmpty method, which does not trim examined string. Example implementation with javadocs attached.