当前位置:网站首页>Blood cases caused by Lombok use
Blood cases caused by Lombok use
2022-07-04 15:26:00 【InfoQ】
brief introduction
Problem description
@Data
@Builder
@NoArgsConstructor
@AllArgsConstructor
public class OrderQueryReq {
/**
* user id
*/
private Long userId;
/**
* Number of entries per page
*/
private Integer pageSize = 1;
/**
* Course type
*/
private String courseType;
/**
* The order status
*/
private String status;
/**
* Payment time ends
*/
private String payEndTime;
}
PageResp<OrderResp> orderPage = orderCenterAgent.getOrder(OrderQueryReq.builder()
.userId(userId).payEndTime(DateUtil.timeToString(payTime)).courseType(courseType)
.status(orderStatus).build());

Cause analysis
resolvent

边栏推荐
- MP3是如何诞生的?
- LeetCode 1184. Distance between bus stops -- vector clockwise and counterclockwise
- JS tile data lookup leaf node
- 怎么判断外盘期货平台正规,资金安全?
- [Dalian University of technology] information sharing of postgraduate entrance examination and re examination
- Ffmpeg Visual Studio development (IV): audio decoding
- 找数字
- hexadecimal
- C implementation defines a set of intermediate SQL statements that can be executed across libraries
- Numpy notes
猜你喜欢
Optimization method of deep learning neural network
一篇文章搞懂Go语言中的Context
Quick introduction to automatic control principle + understanding
函数式接口,方法引用,Lambda实现的List集合排序小工具
2022年九大CIO趋势和优先事项
Preliminary exploration of flask: WSGI
Halcon knowledge: NCC_ Model template matching
What is the future of the booming intelligent Internet of things (aiot) in recent years?
Redis 解决事务冲突之乐观锁和悲观锁
Redis的4种缓存模式分享
随机推荐
【大连理工大学】考研初试复试资料分享
Redis publish and subscribe
案例分享|金融业数据运营运维一体化建设
宽度与对齐
基于MAX31865的温度控制系统
Unity script lifecycle day02
Unity script introduction day01
Go zero micro service practical series (IX. ultimate optimization of seckill performance)
Unity脚本API—GameObject游戏对象、Object 对象
这几年爆火的智能物联网(AIoT),到底前景如何?
c# 实现定义一套中间SQL可以跨库执行的SQL语句
数据湖治理:优势、挑战和入门
Korean AI team plagiarizes shock academia! One tutor with 51 students, or plagiarism recidivist
Introduction of text mining tools [easy to understand]
2022年九大CIO趋势和优先事项
[learning notes] matroid
Common API day03 of unity script
Redis publier et s'abonner
Quelles sont les perspectives de l'Internet intelligent des objets (aiot) qui a explosé ces dernières années?
Redis 解决事务冲突之乐观锁和悲观锁