Uses of Class
org.mapstruct.ap.internal.model.assignment.AssignmentWrapper
Packages that use AssignmentWrapper
Package
Description
Meta-model of mapper types, their methods, mappings between properties etc.
Meta-model of assignments.
-
Uses of AssignmentWrapper in org.mapstruct.ap.internal.model
Methods in org.mapstruct.ap.internal.model that return AssignmentWrapper -
Uses of AssignmentWrapper in org.mapstruct.ap.internal.model.assignment
Subclasses of AssignmentWrapper in org.mapstruct.ap.internal.model.assignmentModifier and TypeClassDescriptionclassWraps the assignment in a target setter.classDecorates the assignment as a Map or Collection constructorclassDecorates the assignment as anEnumconstant access.classThis wrapper handles the situation where an assignment is done for an update method.classThis wrapper handles the situation were an assignment must be done via a target getter method because there is no setter available.classWraps the assignment in a Function to be used in Java 8 map methodsclassDecorates an assignment as local variable.classThis wrapper handles the situation where an assignment is done via the setter, while creating the collection or map using a no-args constructor.classDecorates the assignment as anOptional.get()call.classDecorates an assignment as a return variable.classWraps the assignment in a target setter.classThis wrapper handles the situation where an assignment is done via the setter, without doing anything special.classThis wrapper handles the situation where an assignment is done via the setter and a null check is needed.classWraps the assignment in a target setter.classWraps the assignment in a target setter.classThis is the base class for theGetterWrapperForCollectionsAndMapsandSetterWrapperForCollectionsAndMaps