自定义 eclipse 生成的代码
我想自定义方式,eclipse生成hashCode
和equals
方法。有什么办法可以做到这一点吗?
I would like to customize the way, eclipse generates hashCode
and equals
methods. Is there any way to do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
除了生成过程中可以在对话框中看到的选项之外,没有简单的方法来自定义生成的方法。但是,您可以构建自己的插件来以某种方式替代默认实现。
Beside the options you can see in the dialog during the generation, there is no easy way to customize the generated methods. You could however, build your own plugins that somehow substitute the default implementation.
您想自定义生成器本身吗?我认为这是不可能的。然而,有很多插件可以做同样的事情,并且可以定制。
You want to customise the generator itself? I don't think it's possible. There are plenty of plugins which do the same thing however, which may be customisable.