当前位置:网站首页>Lombok makes ⽤ @data and @builder's pit at the same time. Are you hit?
Lombok makes ⽤ @data and @builder's pit at the same time. Are you hit?
2022-07-05 11:05:00 【Java notes shrimp】
Click on the official account , utilize Fragment time to learn
The problem background
Lombok send ⽤ At the same time make ⽤@Data
and @Builder
, An error is reported when constructing a parameterless constructor ! Compile not pass . Here's the picture :

Lombok @Data and @Builder Analyze usage separately
Lombok send ⽤@Data
Sure ⽣ become ⽆ Participate in constructing classes ⾥⾯ All attributes of getter/setter
⽅ Law . It can simplify the development of our code .( Need to install Lombok Plug ins and leads ⼊Lombok rely on ).
For example, next ⾯ Of ⼀ Entity classes , lead ⼊Lombok after , Sure ⾃ dynamic ⽣ become GET/SET
⽅ Law and ⽆ Parameter constructor .

The compiled class by : You can see that it not only helps us generate get and set , There is also a default parameterless constructor

So how to automatically generate a parameter constructor ? Use @Builder
annotation , Will help us ⽣ Complete the construction of attributes ⽅ Law .

The compiled class by : You can see It has helped us build a full attribute constructor , But if the value only references @Builder
Annotations cannot be generated get and set Of .

But if at the same time ⽤@Data
and @Builder
Words , It can be seen that although ⽣ a GET/SET
⽅ Law , however ⽆ Reference structure ⽅ There is no law , This is obviously unacceptable , Because many frameworks can be adjusted ⽤⽆ Reference structure to create objects .

The compiled class:

We try to be in Tet1 class ,⼿ Dynamic add ⽆ Reference structure ⽅ Law . The compiler finds that an error is reported and fails :

resolvent
Method 1
Lombok At the same time make ⽤@Data
and @Builder
When , If you want to ⽣ become ⽆ Reference structure , Need to be in code ⾥⾯⼿ Dynamic leading ⼊ annotation @Tolerate
, Give Way Lombok stay ⽣ When you are in a class , Not aware of the specified constructor .

Method 2
Use the parameterless constructor directly + There is a way of involving constructors ,@RequiredArgsConstructor
To build a reference ,@NoArgsConstructor
To build a parameterless constructor , As shown in the figure :

The effect after compiling :

Lombok principle
Java The compilation of is divided into the following ⼏ Stages :
Parsing and filling symbol tables -> Annotation Processing -> Analysis and bytecode ⽣ become ->⽣ become ⼆ Base number class⽂ Pieces of .
Lombok send ⽤ Yes. JDK 6 Realized
JSR 269: Pluggable Annotation Processing API
( Compile time annotation processor ), It is in compile time to put Lombok The annotation code for , Convert to regular Java ⽅ Law ⽽ Implementation note ⼊.At compile time , When Java Source code is abstract idiom tree (AST) after ,Lombok Will be based on ⾃⼰ The annotation processor dynamically modifies AST, Add new code ( node ), Here ⼀ Cut hold ⾏ after , And then through the analysis ⽣ It becomes the final bytecode (.class) ⽂ Pieces of , This is it. Lombok The hold of ⾏ principle .
It can be implemented with the help of annotation processor ⼀ A simple one. Setter, Our implementation steps are :
⾃ Definition ⼀ An annotation tag is attached to ⼝, And implement ⼀ individual ⾃ Defined annotation handler ;
benefit ⽤ tools.jar Of javac api Handle AST ( Abstract syntax tree )3. send ⽤⾃ The defined annotation handler compiles the code .
1. Definition ⾃ Define annotations and annotation handlers
⾸ First create ⼀ individual MySetter.java
⾃ Definition ⼀ A note , The code is as follows :

Re realization ⼀ individual ⾃ Defined annotation handler , The code is as follows :



The test class is as follows :

2. To the annotation processor ⾏ compile , Subsequently make ⽤ The annotation processor advances the class ⾏ compile
⾸ The annotation processor needs to be modified first ⾏ compile (javac -cp ⽤ Yu Yin ⼊ Third ⽅jar Baojin ⾏ compile )

Then make ⽤ Annotation processor for this Person Test class into ⾏ compile :
Let's look at it later ⽣ Yes Person.class
, You can find Setter⽅ The law has ⽣ a :


summary
Of course, although the test class has ⽣ become Setter⽅ Law , But because it is at compile time ⽣ Yes , Therefore, we can't directly adjust when we are developing ⽤Setter⽅ French , therefore Lombok Provides plug-in mechanism ,⽅ So we can directly adjust it during development ⽤Lombok Characteristics of .
source :juejin.cn/post/7103011031672176677
recommend :
The most comprehensive java Interview question bank
PS: Because the official account platform changed the push rules. , If you don't want to miss the content , Remember to click after reading “ Looking at ”, Add one “ Star standard ”, In this way, each new article push will appear in your subscription list for the first time . spot “ Looking at ” Support us !
边栏推荐
- 小程序框架Taro
- [JS] extract the scores in the string, calculate the average score after summarizing, compare with each score, and output
- Characteristics and electrical parameters of DDR4
- How to close the log window in vray5.2
- iframe
- Honing · fusion | know that the official website of Chuangyu mobile terminal is newly launched, and start the journey of digital security!
- Advanced scaffold development
- Detailed explanation of DDR4 hardware schematic design
- Buried point 111
- A mining of edu certificate station
猜你喜欢
Some understandings of heterogeneous graphs in DGL and the usage of heterogeneous graph convolution heterographconv
关于vray5.2怎么关闭日志窗口
Honing · fusion | know that the official website of Chuangyu mobile terminal is newly launched, and start the journey of digital security!
Lombok 同时使⽤@Data和@Builder 的坑,你中招没?
Web3基金会「Grant计划」赋能开发者,盘点四大成功项目
LSTM应用于MNIST数据集分类(与CNN做对比)
Go language-1-development environment configuration
About the use of Vray 5.2 (self research notes)
小红书自研KV存储架构如何实现万亿量级存储与跨云多活
A mining of edu certificate station
随机推荐
Characteristics and electrical parameters of DDR4
Node の MongoDB Driver
How can gbase 8C database view the login information of the login user, such as the date, time and IP of the last login authentication?
Based on shengteng AI Yisa technology, it launched a full target structured solution for video images, reaching the industry-leading level
使用GBase 8c数据库过程中报错:80000502,Cluster:%s is busy,是怎么回事?
购买小间距LED显示屏的三个建议
Operation of simulated examination platform of special operation certificate examination question bank for safety production management personnel of hazardous chemical production units in 2022
Go language-1-development environment configuration
Function///
GBase 8c数据库如何查看登录用户的登录信息,如上一次登录认证通过的日期、时间和IP等信息?
BOM//
About the use of Vray 5.2 (self research notes) (II)
Detailed explanation of DDR4 hardware schematic design
Web3基金会「Grant计划」赋能开发者,盘点四大成功项目
Deepfake tutorial
Nuxt//
Web3 Foundation grant program empowers developers to review four successful projects
Operators
SQL Server monitoring statistics blocking script information
2021年山东省赛题库题目抓包