| Class | Description |
|---|---|
| AdderWrapper |
Wraps the assignment in a target setter.
|
| AssignmentFactory |
Factory class for creating all types of assignments
|
| AssignmentWrapper |
Base class for decorators (wrappers).
|
| Direct |
Direct Assignment.
|
| GetterCollectionOrMapWrapper |
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.
|
| MethodReference |
Represents a reference to
MappingMethod. |
| NewCollectionOrMapWrapper |
Decorates the assignment as a Map or Collection constructor
|
| NullCheckWrapper |
Wraps the assignment in a null check.
|
| SetterCollectionOrMapWrapper |
This wrapper handles the situation were an assignment is done via the setter.
|
| SetterWrapper |
Wraps the assignment in a target setter.
|
| TypeConversion |
An inline conversion between source and target type of a mapping.
|
Meta-model of assignments. There are currently three types of assignment
Copyright © 2012-2014. All Rights Reserved.