public class Projector extends Object
Projection| Constructor and Description |
|---|
Projector() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
project(Object source,
Class<T> projectionClass)
This method returns the projection of a source object according to the rules specified on the
projectionClass' annotations.
|
public <T> T project(Object source, Class<T> projectionClass)
source - The source object which should be projected onto a different target object classprojectionClass - The class to be used for the projectionProjection,
ProjectionTypeCopyright © 2018. All rights reserved.