Package org.apache.dubbo.common.utils
Class Assert
java.lang.Object
org.apache.dubbo.common.utils.Assert
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidassertTrue(boolean condition, String message) static voidassertTrue(boolean expression, Supplier<String> messageSupplier) static voidnotEmptyString(String str, String message) static voidnotNull(Object obj, RuntimeException exception) static voidstatic void
-
Method Details
-
notNull
-
notNull
-
notEmptyString
-
notNull
-
assertTrue
-
assertTrue
-