public final class Assert extends Object
static void
hasText(String str)
hasText(String str, String message)
notEmpty(String str)
notNull(Object obj)
notNull(Object obj, String message)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static void notNull(Object obj)
public static void notNull(Object obj, String message)
public static void notEmpty(String str)
public static void hasText(String str)
public static void hasText(String str, String message)
Copyright © 2019. All rights reserved.