02 2021 档案

摘要:** * @author yong.liu * @date 2021/2/26 */ public class BeanConvertUtils { private static Logger logger = LoggerFactory.getLogger(BeanConvertUtils.cla 阅读全文
posted @ 2021-02-26 10:30 登高博见 阅读(467) 评论(0) 推荐(0)
摘要:简单的集合工具类 /** * @author yong.liu * @date 2020/7/27 */ public class CollectionAidsUtils { /** * 遍历处理方法 * @param list * @param action * @param <T> */ pub 阅读全文
posted @ 2021-02-25 11:19 登高博见 阅读(92) 评论(0) 推荐(0)
摘要:/** * @author yong.liu * @date 2020/7/30 */ public abstract class AbstractHandlerFactory<T,K extends HandlerSelector <T>> implements HandlerFactory <T 阅读全文
posted @ 2021-02-25 11:17 登高博见 阅读(211) 评论(0) 推荐(0)