1. 判断对象为空
所在包 java.util.Objects
2. 判断集合为空
所在包 org.apache.commons.lang3
CollectionUtils.isEmpty(list)
3. 判断字符串为空
StringUtils.isNotBlank("字符串");