Uses of Class
org.mapstruct.ap.internal.model.assignment.WrapperForCollectionsAndMaps
-
Packages that use WrapperForCollectionsAndMaps Package Description org.mapstruct.ap.internal.model.assignment Meta-model of assignments. -
-
Uses of WrapperForCollectionsAndMaps in org.mapstruct.ap.internal.model.assignment
Subclasses of WrapperForCollectionsAndMaps in org.mapstruct.ap.internal.model.assignment Modifier and Type Class Description class
ExistingInstanceSetterWrapperForCollectionsAndMaps
This wrapper handles the situation where an assignment is done for an update method.class
GetterWrapperForCollectionsAndMaps
This wrapper handles the situation were an assignment must be done via a target getter method because there is no setter available.class
NewInstanceSetterWrapperForCollectionsAndMaps
This wrapper handles the situation where an assignment is done via the setter, while creating the collection or map using a no-args constructor.class
SetterWrapperForCollectionsAndMaps
This wrapper handles the situation where an assignment is done via the setter, without doing anything special.class
SetterWrapperForCollectionsAndMapsWithNullCheck
This wrapper handles the situation where an assignment is done via the setter and a null check is needed.
-