摘要: //递归获取jsonObject的所有value private StringBuffer mStringBuffer = new StringBuffer(); public String getAllContentFromJson(Object cObject) { if(cObject ins 阅读全文
posted @ 2020-08-27 22:13 篮球是圆的 阅读(2095) 评论(0) 推荐(0) 编辑
摘要: //校验实体类非空判断,精确到某个字段import lombok.extern.slf4j.Slf4j; import org.apache.commons.lang3.StringUtils; import org.springframework.beans.BeanUtils; import j 阅读全文
posted @ 2020-08-27 16:18 篮球是圆的 阅读(1058) 评论(0) 推荐(0) 编辑