In the actual development of GenerateAllSetter, it may be common to assign set values to multiple properties in an object. Although beanutil.copyProperties () can be used for batch assignment, this method has some disadvantages, such as overwriting property values. Therefore, many scenes still need to be set manually. If an object has too many properties and it’s too painful to set, GenerateAllSetter can set them all in one click.

Shortcut key: Alt+Enter