java - MapStruct : Getting error of implementation is not abstract and does not override abstract method -


i new mapstruct , doing poc. can see mapstruct able generate implementation class interface general method

set<string> integersettostringset(set<integer> integers); 

but when use project specific classes gives me compilation error of <interfacename>impl not abstract , not override abstract method <custommethod>.

i using interface 1 method. interface annotated @mapper method simple one-to-one mapping no need of @mapping annotation.

as mentioned earlier, if put general method works fine not project specific classes.

can give me pointers on issue?


Comments

Popular posts from this blog

Sass watch command compiles .scss files before full sftp upload -

filehandler - java open files not cleaned, even when the process is killed -

gridview - Yii2 DataPorivider $totalSum for a column -