public class Validate
extends Object
-
Method Summary
static void
static void
static void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
notNull
public static void notNull(@Nullable
@Nullable Object obj,
String param)
-
notNullDeep
public static void notNullDeep(@Nullable
@Nullable Object[] array,
String param)
-
isTrue
public static void isTrue(boolean expression,
String message)