Uses of Class
org.mapstruct.ap.internal.model.IterableMappingMethod
-
Packages that use IterableMappingMethod Package Description org.mapstruct.ap.internal.model Meta-model of mapper types, their methods, mappings between properties etc. -
-
Uses of IterableMappingMethod in org.mapstruct.ap.internal.model
Methods in org.mapstruct.ap.internal.model that return IterableMappingMethod Modifier and Type Method Description protected IterableMappingMethod
IterableMappingMethod.Builder. instantiateMappingMethod(Method method, Collection<String> existingVariables, Assignment assignment, MethodReference factoryMethod, boolean mapNullToDefault, String loopVariableName, List<LifecycleCallbackMethodReference> beforeMappingMethods, List<LifecycleCallbackMethodReference> afterMappingMethods, SelectionParameters selectionParameters)
-