类 AssertUtil
java.lang.Object
com.alibaba.csp.sentinel.util.AssertUtil
Util class for checking arguments.
- 作者:
- Eric Zhao
-
方法概要
修饰符和类型方法说明static voidassertNotBlank(String string, String message) static voidassertNotEmpty(Collection<?> collection, String message) static voidassertNotNull(Object object, String message) static voidassertState(boolean condition, String message) static voidassertTrue(boolean value, String message) static voidstatic voidstatic void
-
方法详细资料
-
assertNotNull
-
assertTrue
-
notEmpty
-
assertNotEmpty
-
assertNotBlank
-
notNull
-
isTrue
-
assertState
-