摘要:
//递归获取jsonObject的所有value private StringBuffer mStringBuffer = new StringBuffer(); public String getAllContentFromJson(Object cObject) { if(cObject ins 阅读全文
摘要:
//校验实体类非空判断,精确到某个字段import lombok.extern.slf4j.Slf4j; import org.apache.commons.lang3.StringUtils; import org.springframework.beans.BeanUtils; import j 阅读全文