My DTOs are auto generated. each field is generated with an setter(setXXX) and chained accessor(withXXX). I wrote a customized AccessorNamingStrategy SPI to exclude those methods start with with and added the SPI to my project's preprocessor.
My SPI has successfully enlimited warnings of withXXX accessors. but in my IDEA, it still promotes the hits for adding withXXX mappings:

My DTOs are auto generated. each field is generated with an setter(setXXX) and chained accessor(withXXX). I wrote a customized
AccessorNamingStrategySPI to exclude those methods start withwithand added the SPI to my project's preprocessor.My SPI has successfully enlimited warnings of

withXXXaccessors. but in my IDEA, it still promotes the hits for addingwithXXXmappings: