| Package | Description | 
|---|---|
| org.mapstruct.ap.internal.model.assignment | Meta-model of assignments. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AdderWrapperWraps the assignment in a target setter. | 
| class  | ArrayCopyWrapperDecorates the assignment as a Map or Collection constructor | 
| class  | GetterWrapperForCollectionsAndMapsThis wrapper handles the situation were an assignment must be done via a target getter method because there
 is no setter available. | 
| class  | LocalVarWrapperDecorates an assignment as local variable. | 
| class  | NewCollectionOrMapWrapperDecorates the assignment as a Map or Collection constructor | 
| class  | NullCheckWrapperWraps the assignment in a null check. | 
| class  | SetterWrapperWraps the assignment in a target setter. | 
| class  | SetterWrapperForCollectionsAndMapsThis wrapper handles the situation were an assignment is done via the setter. | 
| class  | UpdateNullCheckWrapperWraps an update-assignment in a null check and sets the target property to  null, if the source isnull. | 
| class  | UpdateWrapperWraps the assignment in a target setter. | 
Copyright © 2012-2015 Gunnar Morling; All rights reserved. Released under the Apache Software License 2.0.