Uses of Class
org.mapstruct.ap.internal.model.assignment.SetterWrapperForCollectionsAndMapsWithNullCheck
-
Packages that use SetterWrapperForCollectionsAndMapsWithNullCheck Package Description org.mapstruct.ap.internal.model.assignment Meta-model of assignments. -
-
Uses of SetterWrapperForCollectionsAndMapsWithNullCheck in org.mapstruct.ap.internal.model.assignment
Subclasses of SetterWrapperForCollectionsAndMapsWithNullCheck 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
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.
-