| Package | Description |
|---|---|
| org.mapstruct.ap.model.assignment |
Meta-model of assignments.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AdderWrapper
Wraps the assignment in a target setter.
|
class |
ArrayCopyWrapper
Decorates the assignment as a Map or Collection constructor
|
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 |
LocalVarWrapper
Decorates an assignment as local variable.
|
class |
NewCollectionOrMapWrapper
Decorates the assignment as a Map or Collection constructor
|
class |
NullCheckWrapper
Wraps the assignment in a null check.
|
class |
SetterWrapper
Wraps the assignment in a target setter.
|
class |
SetterWrapperForCollectionsAndMaps
This wrapper handles the situation were an assignment is done via the setter.
|
class |
UpdateWrapper
Wraps the assignment in a target setter.
|
Copyright © 2012-2015. All Rights Reserved.