gpt4 book ai didi

java - 不能在类上使用 lombok @NoArgsConstructor

转载 作者:塔克拉玛干 更新时间:2023-11-02 08:01:23 28 4
gpt4 key购买 nike

我将 Jackson 用作 Json 解析器,但出现错误:

No suitable constructor found for type ~ can not instantiate from JSON object

所以我尝试添加 @NoArgsConstructor,但现在我得到了这个:

constructor AccountItem in class AccountItem cannot be applied to given types

这是我的类(class):

@Getter
@Builder
public class AccountItem {

/**
* Accounti dentifier
*/
private Long accountId;

/**
* Account name
*/
private String accountName;

/**
* Account priority
*/
private int accountPriority;
}

可能是什么原因?

最佳答案

@AllArgsConstructor@NoArgsConstructor 注释添加到您的类中

关于java - 不能在类上使用 lombok @NoArgsConstructor,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51608041/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com