类 Util
java.lang.Object
cn.virens.common.mapper.example.util.Util
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
构造器详细资料
-
Util
public Util()
-
-
方法详细资料
-
notNull
判断不为null- 参数:
object- 值- 返回:
- 无效返回值
- 抛出:
APIException- 条件空异常
-
isEmpty
判断是否为空- 参数:
value- 值- 返回:
- 是否为空
- 抛出:
APIException- 一般异常
-
isNotEmpty
判断是否不为空- 参数:
value- 值- 返回:
- 是否不为空
- 抛出:
APIException- 一般异常
-