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