Lombok中的@Builder注解怎么用
发表于:2025-11-16 作者:千家信息网编辑
千家信息网最后更新 2025年11月16日,这篇文章主要介绍Lombok中的@Builder注解怎么用,文中介绍的非常详细,具有一定的参考价值,感兴趣的小伙伴们一定要看完!Lombok中的@Builder注解的使用作用@Builder注解的作用
千家信息网最后更新 2025年11月16日Lombok中的@Builder注解怎么用
这篇文章主要介绍Lombok中的@Builder注解怎么用,文中介绍的非常详细,具有一定的参考价值,感兴趣的小伙伴们一定要看完!
Lombok中的@Builder注解的使用
作用
@Builder注解的作用主要是用来生成对象,并且可以为对象链式赋值。
引入依赖
因为@Builder注解是lombok中的东西,所以第一步我们需要引入lombok的依赖,如下图:
第二步给实体类加上@Builder注解
第二步我们需要给我们的实体类加上一个@Builder注解,如下图:
第三步使用测试使用@Builder注解生成对象
实体类加上@Builder注解之后的编译结果
实体类加上@Builder注解之后,编译之后会多出一个builder()方法,和一个CardBuilder静态内部类,如下图:
代码如下:
public class Card { private int id; private String name; private boolean sex; public static Card.CardBuilder builder() { return new Card.CardBuilder(); } public Card(int id, String name, boolean sex) { this.id = id; this.name = name; this.sex = sex; } public Card() { } public int getId() { return this.id; } public String getName() { return this.name; } public boolean isSex() { return this.sex; } public void setId(int id) { this.id = id; } public void setName(String name) { this.name = name; } public void setSex(boolean sex) { this.sex = sex; } public boolean equals(Object o) { if (o == this) { return true; } else if (!(o instanceof Card)) { return false; } else { Card other = (Card)o; if (!other.canEqual(this)) { return false; } else if (this.getId() != other.getId()) { return false; } else { Object this$name = this.getName(); Object other$name = other.getName(); if (this$name == null) { if (other$name == null) { return this.isSex() == other.isSex(); } } else if (this$name.equals(other$name)) { return this.isSex() == other.isSex(); } return false; } } } protected boolean canEqual(Object other) { return other instanceof Card; } public int hashCode() { int PRIME = true; int result = 1; int result = result * 59 + this.getId(); Object $name = this.getName(); result = result * 59 + ($name == null ? 43 : $name.hashCode()); result = result * 59 + (this.isSex() ? 79 : 97); return result; } public String toString() { return "Card(id=" + this.getId() + ", name=" + this.getName() + ", sex=" + this.isSex() + ")"; } public static class CardBuilder { private int id; private String name; private boolean sex; CardBuilder() { } public Card.CardBuilder id(int id) { this.id = id; return this; } public Card.CardBuilder name(String name) { this.name = name; return this; } public Card.CardBuilder sex(boolean sex) { this.sex = sex; return this; } public Card build() { return new Card(this.id, this.name, this.sex); } public String toString() { return "Card.CardBuilder(id=" + this.id + ", name=" + this.name + ", sex=" + this.sex + ")"; } }}以上是"Lombok中的@Builder注解怎么用"这篇文章的所有内容,感谢各位的阅读!希望分享的内容对大家有帮助,更多相关知识,欢迎关注行业资讯频道!
注解
实体
对象
作用
内容
篇文章
生成
编译
东西
代码
价值
兴趣
小伙
小伙伴
方法
更多
知识
结果
行业
资讯
数据库的安全要保护哪些东西
数据库安全各自的含义是什么
生产安全数据库录入
数据库的安全性及管理
数据库安全策略包含哪些
海淀数据库安全审计系统
建立农村房屋安全信息数据库
易用的数据库客户端支持安全管理
连接数据库失败ssl安全错误
数据库的锁怎样保障安全
网络安全风险构成的要素
网络安全管理师学习资料
服务器安全狗远程桌面
城阳区软件开发外包公司
游戏动漫和软件开发怎么样
数据库怎么查重复数据
数据库中查询的功能是什么
工业软件开发专升本考什么
全球网络技术趋势
防火墙的网络安全
网络安全图画 绘画
服务器线路分布
三级数据库技术选择填空
数据库 市场份额
智能语音服务器供货企业
戴尔服务器机架式2016年
网络安全标准化测试
班级网络安全
阆中软件开发
软件开发收银系统
网络安全手抄报超级难
魔兽世界平衡服务器
笔记本电脑远程服务器连接不上
和平精英赛事服务器连接超时
网络技术与应用图
服务器数据如何迁移到硬盘
软件开发改变了人们的生活
梦幻西游手游版服务器
骑士精神2主机版能选服务器吗
因为数据库正在使用