Class Validation
java.lang.Object
io.smallrye.reactive.messaging.providers.helpers.Validation
-
Method Summary
-
Method Details
-
isBlank
Checks if a given
stringis blank ornull.- Parameters:
string- the String to check, may benull- Returns:
trueif the CharSequence is null, empty or whitespace only
-