public class Validate extends Object
| Constructor and Description |
|---|
Validate() |
| Modifier and Type | Method and Description |
|---|---|
static void |
isTrue(boolean b,
String msg) |
static void |
notBlank(String s,
String msg) |
static void |
notEmpty(Collection<?> c,
String msg) |
static void |
notNull(Object o,
String msg) |
Copyright © 2018. All Rights Reserved.