class |
AdderWrapper |
Wraps the assignment in a target setter.
|
class |
ArrayCopyWrapper |
Decorates the assignment as a Map or Collection constructor
|
class |
EnumConstantWrapper |
|
class |
ExistingInstanceSetterWrapperForCollectionsAndMaps |
This wrapper handles the situation where an assignment is done for an update method.
|
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 |
Java8FunctionWrapper |
Wraps the assignment in a Function to be used in Java 8 map methods
|
class |
LocalVarWrapper |
Decorates an assignment as local variable.
|
class |
NewInstanceSetterWrapperForCollectionsAndMaps |
This wrapper handles the situation where an assignment is done via the setter, while creating the collection or map
using a no-args constructor.
|
class |
ReturnWrapper |
Decorates an assignment as a return variable.
|
class |
SetterWrapper |
Wraps the assignment in a target setter.
|
class |
SetterWrapperForCollectionsAndMaps |
This wrapper handles the situation where an assignment is done via the setter, without doing anything special.
|
class |
SetterWrapperForCollectionsAndMapsWithNullCheck |
This wrapper handles the situation where an assignment is done via the setter and a null check is needed.
|
class |
StreamAdderWrapper |
Wraps the assignment in a target setter.
|
class |
UpdateWrapper |
Wraps the assignment in a target setter.
|
class |
WrapperForCollectionsAndMaps |
|