| 方法和说明 |
|---|
| cn.jdevelops.api.result.util.Assert.isNull(Object)
as of 4.3.7, in favor of
Assert.isNull(Object, String) |
| cn.jdevelops.api.result.util.Assert.isTrue(boolean)
as of 4.3.7, in favor of
Assert.isTrue(boolean, String) |
| cn.jdevelops.api.result.util.Assert.notNull(Object)
as of 4.3.7, in favor of
Assert.notNull(Object, String) |
Copyright © 2024 tan. All rights reserved.