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.
|
UpdateNullCheckWrapper |
Wraps an update-assignment in a null check and sets the target property to
null , if the source is
null . |
UpdateWrapper |
Wraps the assignment in a target setter.
|
Enum | Description |
---|---|
Assignment.AssignmentType |
Copyright © 2012-2015 Gunnar Morling; All rights reserved. Released under the Apache Software License 2.0.