| Interface | Description |
|---|---|
| Assignment |
Assignment represents all kind of manners a source can be assigned to a target.
|
| Class | Description |
|---|---|
| AdderWrapper |
Wraps the assignment in a target setter.
|
| ArrayCopyWrapper |
Decorates the assignment as a Map or Collection constructor
|
| AssignmentWrapper |
Base class for decorators (wrappers).
|
| GetterWrapperForCollectionsAndMaps |
This wrapper handles the situation were an assignment must be done via a target getter method because there
is no setter available.
|
| LocalVarWrapper |
Decorates an assignment as local variable.
|
| NewCollectionOrMapWrapper |
Decorates the assignment as a Map or Collection constructor
|
| NullCheckWrapper |
Wraps the assignment in a null check.
|
| SetterWrapper |
Wraps the assignment in a target setter.
|
| SetterWrapperForCollectionsAndMaps |
This wrapper handles the situation were an assignment is done via the setter.
|
| UpdateWrapper |
Wraps the assignment in a target setter.
|
| Enum | Description |
|---|---|
| Assignment.AssignmentType |
Copyright © 2012-2015. All Rights Reserved.