Class Validation
- java.lang.Object
-
- io.smallrye.reactive.messaging.providers.helpers.Validation
-
public class Validation extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisBlank(String string)Checks if a givenstringis blank ornull.
-
-
-
Method Detail
-
isBlank
public static boolean isBlank(String string)
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
-
-