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