| Class | Description |
|---|---|
| Projector |
A Projector is usually instatiated one time as a central component of your application.
|
| Enum | Description |
|---|---|
| ProjectionType |
Tells the
Projector which strategy to use for the projection of the annotated property. |
| Annotation Type | Description |
|---|---|
| NoProjection |
Flag to avoid a property on the target object to be projected from the source object.
|
| Projection |
The annotated setter method of a projected property of the target object (projection)
will be used to project data from the source object (object thet is projected)
according to the rules specified in this annotation.
|
Copyright © 2018. All rights reserved.