Uses of Class
org.mapstruct.ap.internal.model.NestedTargetPropertyMappingHolder.GroupedBySourceParameters
-
Packages that use NestedTargetPropertyMappingHolder.GroupedBySourceParameters Package Description org.mapstruct.ap.internal.model Meta-model of mapper types, their methods, mappings between properties etc. -
-
Uses of NestedTargetPropertyMappingHolder.GroupedBySourceParameters in org.mapstruct.ap.internal.model
Methods in org.mapstruct.ap.internal.model that return NestedTargetPropertyMappingHolder.GroupedBySourceParameters Modifier and Type Method Description private NestedTargetPropertyMappingHolder.GroupedBySourceParametersNestedTargetPropertyMappingHolder.Builder. groupBySourceParameter(java.util.Set<MappingReference> mappings, java.util.Set<MappingReference> singleTargetReferences)Splits the List of Mappings into possibly more Mappings based on each source method parameter type.
-