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