CreateSetterObjectplugin-intellij Controller cww = new Controller(); you can with plugin create this public Controller createController() { Controller item = new Controller(); item.setName(); item.setFamily(); return item; }