Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的课堂上,我想获得 bean 属性的值。我使用属性名称而不是调用它们的geMethod(). 有没有办法将所有属性替换为对应的getMethod().
geMethod()
getMethod()
请帮我解决这个问题。
选择属性并右键单击它。
将打开一个菜单。在那里,您应该能够找到并选择一个名为Refactor(Alt+Shift+T)的选项。在那里,选择Encapsulate Field。
将打开一个弹出窗口,如下所示:
此处提供 getter-setter 名称,在“声明类型中的字段访问”中,选择“使用 setter 和 getter”并单击“确定”。它应该可以解决您的问题。