我的旧档案更新后出了问题。在生成之后,getter和setter中返回类型的方法发生了更改,但结构没有更改。
> struct Descriptor {
> 1: bool paramOne,
> 2: i32 paramTwo,
> }
之前:
> public void setParamTwo(List<String> paramTwo) {
> ......
> }
之后:
> public Descriptor setParamTwo(List<String> paramTwo) {
> ......
> }
我曾经
thrift-r--gen java file.thrift
有一些配置选项吗?
谢谢。
1条答案
按热度按时间2ic8powd1#
可以。
只需要在gen命令中添加:bean
节俭-r--genjava:beans file.thrift