public class Validate extends Object
| Constructor and Description |
|---|
Validate() |
| Modifier and Type | Method and Description |
|---|---|
static void |
checkIsTrue(boolean condition,
String errorMessage) |
static void |
checkNotNull(Object value,
String errorMessage) |
static void |
checkStringNotEmpty(String value,
String errorMessage) |
Copyright © 2018. All rights reserved.