We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f750182 commit fcfc2fdCopy full SHA for fcfc2fd
src/main/resources/META-INF/plugin.xml
@@ -6,7 +6,8 @@
6
7
<p><a href="https://github.com/gejun123456/intellij-generateAllSetMethod">GitHub</a>
8
| <a href="https://github.com/gejun123456/intellij-generateAllSetMethod/issues">Issues</a></p>
9
- <p> 一键调用一个对象的所有的set方法</p>
+ <p> 一键调用一个对象的所有的set方法,get方法等</p>
10
+ <p>在方法上生成两个对象的转换</p>
11
<p> generate call to class all setter method by alt+enter on the variable class</p>
12
<p> generate a converter two object when they have same field</p>
13
<p> generate default value when returnType is List Set Map </p>
0 commit comments