| Method and Description |
|---|
| org.mapstruct.ap.spi.AccessorNamingStrategy.getCollectionGetterName(String)
MapStuct will not call this method anymore. Use
getMethodType(ExecutableElement) to
determine the MethodType. When collections somehow need to be treated special, it should be done in
getMethodType(ExecutableElement) as well. In the future, this method will be removed. |
Copyright © 2012–2017. All rights reserved.