-
Methods Method Description org.mapstruct.ap.spi.AccessorNamingStrategy.getCollectionGetterName(String) MapStuct will not call this method anymore. UseAccessorNamingStrategy.getMethodType(ExecutableElement)
to determine theMethodType
. When collections somehow need to be treated special, it should be done inAccessorNamingStrategy.getMethodType(ExecutableElement)
as well. In the future, this method will be removed.